]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 1 Jan 2002 19:01:21 +0000 (19:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 1 Jan 2002 19:01:21 +0000 (19:01 +0000)
configure

index b68e1ff4d10562544a21531f31b6077505783997..e0841bafea5bb889b21d2744a33f8a8496bc1e0f 100755 (executable)
--- a/configure
+++ b/configure
@@ -4123,8 +4123,8 @@ done
                if test "$with_AFS" = "yes"; then
                    AFS_LIBS="-lc -lucb"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-aix*)
                # To get all prototypes (so we pass -Wall)
@@ -4252,8 +4252,8 @@ fi
 
                    CHECKSHADOW="false"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-hpux1[0-9]*)
                if test "$CHECKSHADOW" = "true"; then
@@ -4375,8 +4375,8 @@ fi
                if test "$with_AFS" = "yes"; then
                    AFS_LIBS="-lc -lBSD"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-hpux9*)
                cat >>confdefs.h <<\EOF
@@ -4469,8 +4469,8 @@ done
                if test "$with_AFS" = "yes"; then
                    AFS_LIBS="-lc -lBSD"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-hpux*)
                cat >>confdefs.h <<\EOF
@@ -4488,8 +4488,8 @@ EOF
                if test "$with_AFS" = "yes"; then
                    AFS_LIBS="-lc -lBSD"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-dec-osf*)
                # ignore envariables wrt dynamic lib path
@@ -4969,8 +4969,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext
                    with_passwd=no
                    AUTH_OBJS="sia.o"
                fi
-               mansectsu=8
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=8
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-irix*)
                CPPFLAGS="${CPPFLAGS} -D_BSD_TYPES"
@@ -5048,8 +5048,8 @@ if test $ac_cv_lib_sun_getpwnam = yes; then
 fi
 
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-linux*)
                # To get crypt(3) and vasprintf() prototypes (so we pass -Wall)
@@ -5324,8 +5324,8 @@ fi
                LIBS="${LIBS} -lsun -lbsd"
                CPPFLAGS="${CPPFLAGS} -I/usr/include -I/usr/include/bsd"
                OSDEFS="${OSDEFS} -D_MIPS"
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-isc*)
                OSDEFS="${OSDEFS} -D_ISC"
@@ -5392,8 +5392,8 @@ fi
 
                    CHECKSHADOW="false"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-sco*|*-sco-*)
                if test "$CHECKSHADOW" = "true"; then
@@ -5511,8 +5511,8 @@ fi
 
                    CHECKSHADOW="false"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-sequent-sysv*)
                if test "$CHECKSHADOW" = "true"; then
@@ -5574,8 +5574,8 @@ fi
 
                    CHECKSHADOW="false"
                fi
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-ncr-sysv4*|*-ncr-sysvr4*)
                echo "$as_me:5581: checking for strcasecmp in -lc89" >&5
@@ -5634,14 +5634,14 @@ EOF
  LIBS="${LIBS} -lc89"; ac_cv_func_strcasecmp=yes
 fi
 
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-ccur-sysv4*|*-ccur-sysvr4*)
                LIBS="${LIBS} -lgen"
                SUDO_LIBS="${SUDO_LIBS} -lgen"
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
     *-*-bsdi*)
                # Use shlicc for BSD/OS [23].x unless asked to do otherwise
@@ -5688,8 +5688,8 @@ fi
                ac_cv_func_flock=yes
                ;;
     *-*-sysv*)
-               mansectsu=1m
-               mansectform=4
+               test -n "$mansectsu" || mansectsu=1m
+               test -n "$mansectform" || mansectform=4
                ;;
 esac