@@ -950,7 +950,6 @@ with_skey
950950with_opie
951951with_long_otp_prompt
952952with_SecurID
953- with_fwtk
954953with_kerb5
955954with_aixauth
956955with_pam
@@ -1829,7 +1828,6 @@ Optional Packages:
18291828 --with-opie[=DIR] enable OPIE support
18301829 --with-long-otp-prompt use a two line OTP (skey/opie) prompt
18311830 --with-SecurID[=DIR] enable SecurID support
1832- --with-fwtk[=DIR] enable FWTK AuthSRV support
18331831 --with-kerb5[=DIR] enable Kerberos V support
18341832 --with-aixauth enable AIX general authentication support
18351833 --with-pam enable PAM support
@@ -5399,20 +5397,6 @@ fi
53995397
54005398
54015399
5402- # Check whether --with-fwtk was given.
5403- if test ${with_fwtk+y}
5404- then :
5405- withval=$with_fwtk; case $with_fwtk in
5406- no) ;;
5407- *) printf "%s\n" "#define HAVE_FWTK 1" >>confdefs.h
5408-
5409- AUTH_EXCL="$AUTH_EXCL FWTK"
5410- ;;
5411- esac
5412- fi
5413-
5414-
5415-
54165400# Check whether --with-kerb5 was given.
54175401if test ${with_kerb5+y}
54185402then :
@@ -29721,126 +29705,6 @@ fi
2972129705
2972229706fi
2972329707
29724- if test ${with_fwtk-'no'} != "no"
29725- then :
29726-
29727- if test "$with_fwtk" != "yes"
29728- then :
29729-
29730-
29731-
29732- if test ${SUDOERS_LDFLAGS+y}
29733- then :
29734-
29735- case " $SUDOERS_LDFLAGS " in #(
29736- *" -L${with_fwtk} "*) :
29737- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS already contains -L\${with_fwtk}"; } >&5
29738- (: SUDOERS_LDFLAGS already contains -L${with_fwtk}) 2>&5
29739- ac_status=$?
29740- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29741- test $ac_status = 0; } ;; #(
29742- *) :
29743-
29744- as_fn_append SUDOERS_LDFLAGS " -L${with_fwtk}"
29745- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS=\"\$SUDOERS_LDFLAGS\""; } >&5
29746- (: SUDOERS_LDFLAGS="$SUDOERS_LDFLAGS") 2>&5
29747- ac_status=$?
29748- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29749- test $ac_status = 0; }
29750- ;;
29751- esac
29752-
29753- else case e in #(
29754- e)
29755- SUDOERS_LDFLAGS=-L${with_fwtk}
29756- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS=\"\$SUDOERS_LDFLAGS\""; } >&5
29757- (: SUDOERS_LDFLAGS="$SUDOERS_LDFLAGS") 2>&5
29758- ac_status=$?
29759- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29760- test $ac_status = 0; }
29761- ;;
29762- esac
29763- fi
29764-
29765- if test X"$enable_rpath" = X"yes"; then
29766-
29767- if test ${SUDOERS_LDFLAGS_R+y}
29768- then :
29769-
29770- case " $SUDOERS_LDFLAGS_R " in #(
29771- *" -R${with_fwtk} "*) :
29772- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS_R already contains -R\${with_fwtk}"; } >&5
29773- (: SUDOERS_LDFLAGS_R already contains -R${with_fwtk}) 2>&5
29774- ac_status=$?
29775- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29776- test $ac_status = 0; } ;; #(
29777- *) :
29778-
29779- as_fn_append SUDOERS_LDFLAGS_R " -R${with_fwtk}"
29780- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS_R=\"\$SUDOERS_LDFLAGS_R\""; } >&5
29781- (: SUDOERS_LDFLAGS_R="$SUDOERS_LDFLAGS_R") 2>&5
29782- ac_status=$?
29783- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29784- test $ac_status = 0; }
29785- ;;
29786- esac
29787-
29788- else case e in #(
29789- e)
29790- SUDOERS_LDFLAGS_R=-R${with_fwtk}
29791- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : SUDOERS_LDFLAGS_R=\"\$SUDOERS_LDFLAGS_R\""; } >&5
29792- (: SUDOERS_LDFLAGS_R="$SUDOERS_LDFLAGS_R") 2>&5
29793- ac_status=$?
29794- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29795- test $ac_status = 0; }
29796- ;;
29797- esac
29798- fi
29799-
29800- fi
29801-
29802-
29803- if test ${CPPFLAGS+y}
29804- then :
29805-
29806- case " $CPPFLAGS " in #(
29807- *" -I${with_fwtk} "*) :
29808- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CPPFLAGS already contains -I\${with_fwtk}"; } >&5
29809- (: CPPFLAGS already contains -I${with_fwtk}) 2>&5
29810- ac_status=$?
29811- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29812- test $ac_status = 0; } ;; #(
29813- *) :
29814-
29815- as_fn_append CPPFLAGS " -I${with_fwtk}"
29816- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CPPFLAGS=\"\$CPPFLAGS\""; } >&5
29817- (: CPPFLAGS="$CPPFLAGS") 2>&5
29818- ac_status=$?
29819- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29820- test $ac_status = 0; }
29821- ;;
29822- esac
29823-
29824- else case e in #(
29825- e)
29826- CPPFLAGS=-I${with_fwtk}
29827- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CPPFLAGS=\"\$CPPFLAGS\""; } >&5
29828- (: CPPFLAGS="$CPPFLAGS") 2>&5
29829- ac_status=$?
29830- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29831- test $ac_status = 0; }
29832- ;;
29833- esac
29834- fi
29835-
29836- with_fwtk=yes
29837-
29838- fi
29839- SUDOERS_LIBS="${SUDOERS_LIBS} -lauth -lfwall"
29840- AUTH_OBJS="$AUTH_OBJS fwtk.lo"
29841-
29842- fi
29843-
2984429708if test ${with_SecurID-'no'} != "no"
2984529709then :
2984629710
@@ -40240,6 +40104,5 @@ fi
4024040104
4024140105
4024240106
40243-
4024440107
4024540108
0 commit comments