From f2a4f4ad78f68178147eeb5aebeb1bf34fde495c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 6 Jun 1994 20:56:58 +0000 Subject: [PATCH] removed BROKEN_GETPASS added new srcs toreplace missing functions --- configure.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 99181d42d..816dc1d4e 100644 --- a/configure.in +++ b/configure.in @@ -13,6 +13,8 @@ INC_FLAGS="" AC_SUBST(INC_FLAGS)dnl OPTIONS="" AC_SUBST(OPTIONS)dnl +LIBOBJS="" +AC_SUBST(LIBOBJS)dnl dnl dnl did they say --with-csops? dnl @@ -45,13 +47,11 @@ case "$OS" in ;; "aix") echo "Looks like AIX" AC_DEFINE(_ALL_SOURCE) - OPTIONS="${OPTIONS} -DBROKEN_GETPASS" if test -n "$GCC"; then STATIC_FLAGS="-bnso -bI:/lib/syscalls.exp -bI:./aixcrypt.exp -liconv -bnodelcsect" fi ;; "hp-ux") echo "Looks like HP-UX" - OPTIONS="${OPTIONS} -DBROKEN_GETPASS" if test -n "$GCC"; then STATIC_FLAGS="-Wl,-a,archive" fi @@ -62,7 +62,6 @@ case "$OS" in fi ;; "irix") echo "Looks like IRIX" - OPTIONS="${OPTIONS} -DBROKEN_GETPASS" # need bsd signals to get sigmask() AC_DEFINE(_BSD_SIGNALS) AC_DEFINE(RETSIGTYPE, int) @@ -141,11 +140,11 @@ esac dnl dnl Function checks dnl -AC_HAVE_FUNCS(getcwd getwd strchr strrchr sysconf) +AC_HAVE_FUNCS(getwd strchr strrchr sysconf sigaction) dnl dnl Function checks w/ replacements dnl -AC_REPLACES_FUNCS(strdup realpath getcwd) +AC_REPLACE_FUNCS(strdup realpath getcwd) dnl dnl library checks dnl -- 2.40.0