<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -727,9 +727,9 @@ fi
 
 
 
-# From configure.in Revision: 1.177.2.8 
+# From configure.in Revision: 1.177.2.9 
 RADIUSD_MAJOR_VERSION=0
-RADIUSD_MINOR_VERSION=9.0
+RADIUSD_MINOR_VERSION=9.1
 RADIUSD_VERSION=&quot;${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}&quot;
 
 </diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-FreeRADIUS 0.9.1 ; $Date$, urgency=low
+FreeRADIUS 0.9.1 ; Date: 2003/09/04 14:56:34, urgency=low
 
 	* Replicate-To-Realm is deprecated, and hence no longer documented
 	* Document rlm_detail support for authorize and post-auth sections</diff>
      <filename>doc/ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -2170,7 +2170,7 @@ else
   if { (eval echo configure:2171: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; }; then
     for file in conftest.*; do
       case $file in
-      *.c | *.o | *.obj) ;;
+      *.$ac_ext | *.c | *.o | *.obj) ;;
       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done</diff>
      <filename>libltdl/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_attr_rewrite != xno; then</diff>
      <filename>src/modules/rlm_attr_rewrite/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 if test x$with_rlm_checkval != xno; then</diff>
      <filename>src/modules/rlm_checkval/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.8 
+# From configure.in Revision: 1.9 
 
 
 if test x$with_rlm_counter != xno; then
@@ -831,7 +831,7 @@ echo &quot;$ac_t&quot;&quot;$CPP&quot; 1&gt;&amp;6
 
 	
 
-ac_safe=`echo &quot;gdbm.h&quot; | sed 'y%./+-%__p_%'`
+ac_safe=`echo &quot;gdbm.h&quot; | sed 'y%./+-%__pm%'`
 echo $ac_n &quot;checking for gdbm.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
 echo &quot;configure:837: checking for gdbm.h&quot; &gt;&amp;5
 
@@ -842,12 +842,13 @@ smart_include_dir=
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
 #line 844 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;gdbm.h&gt;
+
+		  #include &lt;gdbm.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:851: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:852: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot; &quot;
 else
@@ -891,14 +892,15 @@ eval &quot;smart_include_dir=\&quot;\$smart_include_dir $DIRS\&quot;&quot;
       CFLAGS=&quot;$old_CFLAGS -I$try&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 895 &quot;configure&quot;
+#line 896 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;gdbm.h&gt;
+
+		       #include &lt;gdbm.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:902: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:904: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot;-I$try&quot;
 else
@@ -927,8 +929,10 @@ fi
 
 	
 
+sm_lib_safe=`echo &quot;gdbm&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;gdbm_open&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for gdbm_open in -lgdbm&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:932: checking for gdbm_open in -lgdbm&quot; &gt;&amp;5
+echo &quot;configure:936: checking for gdbm_open in -lgdbm&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -936,14 +940,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lgdbm&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 940 &quot;configure&quot;
+#line 944 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char gdbm_open();
 int main() {
  gdbm_open()
 ; return 0; }
 EOF
-if { (eval echo configure:947: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:951: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lgdbm&quot;
 else
@@ -1012,14 +1016,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lgdbm&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1016 &quot;configure&quot;
+#line 1020 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char gdbm_open();
 int main() {
  gdbm_open()
 ; return 0; }
 EOF
-if { (eval echo configure:1023: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1027: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lgdbm&quot;
 else
@@ -1036,7 +1040,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_gdbm_gdbm_open=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1049,9 +1053,9 @@ fi
 
 	if test &quot;x$fail&quot; = &quot;x&quot;; then
 		echo $ac_n &quot;checking to see GDBM_SYNC status&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1053: checking to see GDBM_SYNC status&quot; &gt;&amp;5
+echo &quot;configure:1057: checking to see GDBM_SYNC status&quot; &gt;&amp;5
 		cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1055 &quot;configure&quot;
+#line 1059 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 
 #include &lt;gdbm.h&gt;
@@ -1086,12 +1090,12 @@ rm -f conftest*
 	old_LIBS=$LIBS
 	LIBS=&quot;$LIBS $SMART_LIBS&quot;
 	echo $ac_n &quot;checking for gdbm_fdesc&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1090: checking for gdbm_fdesc&quot; &gt;&amp;5
+echo &quot;configure:1094: checking for gdbm_fdesc&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_func_gdbm_fdesc'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1095 &quot;configure&quot;
+#line 1099 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gdbm_fdesc(); below.  */
@@ -1114,7 +1118,7 @@ gdbm_fdesc();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1118: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1122: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval &quot;ac_cv_func_gdbm_fdesc=yes&quot;
 else</diff>
      <filename>src/modules/rlm_counter/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.3 
+# From configure.in Revision: 1.4 
 
 
 fail=
@@ -1164,7 +1164,7 @@ if test &quot;$no_recursion&quot; != yes; then
       fi
     fi
 
-    cd $ac_popdir
+    cd &quot;$ac_popdir&quot;
   done
 fi
 </diff>
      <filename>src/modules/rlm_eap/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.0 
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_eap_md5 != xno; then</diff>
      <filename>src/modules/rlm_eap/types/rlm_eap_md5/configure</filename>
    </modified>
    <modified>
      <diff>@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.3 
+# From configure.in Revision: 1.4 
 
 
 fail=</diff>
      <filename>src/modules/rlm_eap/types/rlm_eap_tls/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
   # change 'example'
-# From configure.in Revision: 1.4 
+# From configure.in Revision: 1.5 
   # change 'example'
 
 if test x$with_rlm_example != xno; then</diff>
      <filename>src/modules/rlm_example/configure</filename>
    </modified>
    <modified>
      <diff>@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.7 
 
 
 if test x$with_rlm_krb5 != xno; then</diff>
      <filename>src/modules/rlm_krb5/configure</filename>
    </modified>
    <modified>
      <diff>@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.8 
+# From configure.in Revision: 1.9 
 
 
 fail=
@@ -843,7 +843,7 @@ fi
 	smart_try_dir=$rlm_ldap_include_dir
 	
 
-ac_safe=`echo &quot;lber.h&quot; | sed 'y%./+-%__p_%'`
+ac_safe=`echo &quot;lber.h&quot; | sed 'y%./+-%__pm%'`
 echo $ac_n &quot;checking for lber.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
 echo &quot;configure:849: checking for lber.h&quot; &gt;&amp;5
 
@@ -854,12 +854,13 @@ smart_include_dir=
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
 #line 856 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;lber.h&gt;
+
+		  #include &lt;lber.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:863: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:864: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot; &quot;
 else
@@ -903,14 +904,15 @@ eval &quot;smart_include_dir=\&quot;\$smart_include_dir $DIRS\&quot;&quot;
       CFLAGS=&quot;$old_CFLAGS -I$try&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 907 &quot;configure&quot;
+#line 908 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;lber.h&gt;
+
+		       #include &lt;lber.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:914: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:916: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot;-I$try&quot;
 else
@@ -939,23 +941,24 @@ fi
 
 	
 
-ac_safe=`echo &quot;ldap.h&quot; | sed 'y%./+-%__p_%'`
+ac_safe=`echo &quot;ldap.h&quot; | sed 'y%./+-%__pm%'`
 echo $ac_n &quot;checking for ldap.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:945: checking for ldap.h&quot; &gt;&amp;5
+echo &quot;configure:947: checking for ldap.h&quot; &gt;&amp;5
 
 smart_include=
 smart_include_dir=
 
   old_CFLAGS=&quot;$CFLAGS&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 952 &quot;configure&quot;
+#line 954 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;ldap.h&gt;
+
+		  #include &lt;ldap.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:959: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:962: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot; &quot;
 else
@@ -999,14 +1002,15 @@ eval &quot;smart_include_dir=\&quot;\$smart_include_dir $DIRS\&quot;&quot;
       CFLAGS=&quot;$old_CFLAGS -I$try&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1003 &quot;configure&quot;
+#line 1006 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
-#include &lt;ldap.h&gt;
+
+		       #include &lt;ldap.h&gt;
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:1010: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
+if { (eval echo configure:1014: \&quot;$ac_compile\&quot;) 1&gt;&amp;5; (eval $ac_compile) 2&gt;&amp;5; }; then
   rm -rf conftest*
   smart_include=&quot;-I$try&quot;
 else
@@ -1036,8 +1040,10 @@ fi
 
 	
 
+sm_lib_safe=`echo &quot;sasl&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;sasl_encode&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for sasl_encode in -lsasl&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1041: checking for sasl_encode in -lsasl&quot; &gt;&amp;5
+echo &quot;configure:1047: checking for sasl_encode in -lsasl&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1045,14 +1051,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lsasl&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1049 &quot;configure&quot;
+#line 1055 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char sasl_encode();
 int main() {
  sasl_encode()
 ; return 0; }
 EOF
-if { (eval echo configure:1056: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1062: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lsasl&quot;
 else
@@ -1121,14 +1127,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lsasl&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1125 &quot;configure&quot;
+#line 1131 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char sasl_encode();
 int main() {
  sasl_encode()
 ; return 0; }
 EOF
-if { (eval echo configure:1132: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1138: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lsasl&quot;
 else
@@ -1145,7 +1151,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_sasl_sasl_encode=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1154,8 +1160,10 @@ fi
 
 	
 
+sm_lib_safe=`echo &quot;crypto&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;DH_new&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for DH_new in -lcrypto&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1159: checking for DH_new in -lcrypto&quot; &gt;&amp;5
+echo &quot;configure:1167: checking for DH_new in -lcrypto&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1163,14 +1171,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lcrypto&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1167 &quot;configure&quot;
+#line 1175 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char DH_new();
 int main() {
  DH_new()
 ; return 0; }
 EOF
-if { (eval echo configure:1174: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1182: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lcrypto&quot;
 else
@@ -1239,14 +1247,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lcrypto&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1243 &quot;configure&quot;
+#line 1251 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char DH_new();
 int main() {
  DH_new()
 ; return 0; }
 EOF
-if { (eval echo configure:1250: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1258: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lcrypto&quot;
 else
@@ -1263,7 +1271,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_crypto_DH_new=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1272,8 +1280,10 @@ fi
 
 	
 
+sm_lib_safe=`echo &quot;ssl&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;SSL_new&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for SSL_new in -lssl&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1277: checking for SSL_new in -lssl&quot; &gt;&amp;5
+echo &quot;configure:1287: checking for SSL_new in -lssl&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1281,14 +1291,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lssl&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1285 &quot;configure&quot;
+#line 1295 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char SSL_new();
 int main() {
  SSL_new()
 ; return 0; }
 EOF
-if { (eval echo configure:1292: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1302: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lssl&quot;
 else
@@ -1357,14 +1367,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lssl&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1361 &quot;configure&quot;
+#line 1371 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char SSL_new();
 int main() {
  SSL_new()
 ; return 0; }
 EOF
-if { (eval echo configure:1368: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1378: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lssl&quot;
 else
@@ -1381,7 +1391,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_ssl_SSL_new=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1392,8 +1402,10 @@ fi
 	smart_try_dir=$rlm_ldap_lib_dir
 	
 
+sm_lib_safe=`echo &quot;lber&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;ber_init&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for ber_init in -llber&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1397: checking for ber_init in -llber&quot; &gt;&amp;5
+echo &quot;configure:1409: checking for ber_init in -llber&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1401,14 +1413,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -llber&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1405 &quot;configure&quot;
+#line 1417 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ber_init();
 int main() {
  ber_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1412: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1424: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-llber&quot;
 else
@@ -1477,14 +1489,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -llber&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1481 &quot;configure&quot;
+#line 1493 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ber_init();
 int main() {
  ber_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1488: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1500: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -llber&quot;
 else
@@ -1501,7 +1513,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_lber_ber_init=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1514,8 +1526,10 @@ fi
           if test &quot;x$ac_cv_header_pthread_h&quot; = &quot;xyes&quot;; then
     	    
 
+sm_lib_safe=`echo &quot;ldap_r&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;ldap_init&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for ldap_init in -lldap_r&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1519: checking for ldap_init in -lldap_r&quot; &gt;&amp;5
+echo &quot;configure:1533: checking for ldap_init in -lldap_r&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1523,14 +1537,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lldap_r&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1527 &quot;configure&quot;
+#line 1541 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_init();
 int main() {
  ldap_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1534: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1548: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lldap_r&quot;
 else
@@ -1599,14 +1613,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lldap_r&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1603 &quot;configure&quot;
+#line 1617 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_init();
 int main() {
  ldap_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1610: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1624: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lldap_r&quot;
 else
@@ -1623,7 +1637,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_ldap_r_ldap_init=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1638,8 +1652,10 @@ fi
           else
   	    
 
+sm_lib_safe=`echo &quot;ldap&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;ldap_init&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for ldap_init in -lldap&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1643: checking for ldap_init in -lldap&quot; &gt;&amp;5
+echo &quot;configure:1659: checking for ldap_init in -lldap&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1647,14 +1663,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -lldap&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1651 &quot;configure&quot;
+#line 1667 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_init();
 int main() {
  ldap_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1658: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1674: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-lldap&quot;
 else
@@ -1723,14 +1739,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -lldap&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1727 &quot;configure&quot;
+#line 1743 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_init();
 int main() {
  ldap_init()
 ; return 0; }
 EOF
-if { (eval echo configure:1734: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1750: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -lldap&quot;
 else
@@ -1747,7 +1763,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_ldap_ldap_init=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else
@@ -1765,8 +1781,10 @@ fi
 	if test x&quot;$libldap&quot; != &quot;x&quot;; then
 	  
 
+sm_lib_safe=`echo &quot;&quot;$libldap&quot;&quot; | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo &quot;ldap_start_tls_s&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for ldap_start_tls_s in -l&quot;$libldap&quot;&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:1770: checking for ldap_start_tls_s in -l&quot;$libldap&quot;&quot; &gt;&amp;5
+echo &quot;configure:1788: checking for ldap_start_tls_s in -l&quot;$libldap&quot;&quot; &gt;&amp;5
 
 smart_lib=
 smart_lib_dir=
@@ -1774,14 +1792,14 @@ smart_lib_dir=
   old_LIBS=&quot;$LIBS&quot;
   LIBS=&quot;$LIBS -l&quot;$libldap&quot;&quot;
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1778 &quot;configure&quot;
+#line 1796 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_start_tls_s();
 int main() {
  ldap_start_tls_s()
 ; return 0; }
 EOF
-if { (eval echo configure:1785: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1803: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-l&quot;$libldap&quot;&quot;
 else
@@ -1850,14 +1868,14 @@ eval &quot;smart_lib_dir=\&quot;\$smart_lib_dir $DIRS\&quot;&quot;
       LIBS=&quot;$old_LIBS -L$try -l&quot;$libldap&quot;&quot;
 
       cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 1854 &quot;configure&quot;
+#line 1872 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 extern char ldap_start_tls_s();
 int main() {
  ldap_start_tls_s()
 ; return 0; }
 EOF
-if { (eval echo configure:1861: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
+if { (eval echo configure:1879: \&quot;$ac_link\&quot;) 1&gt;&amp;5; (eval $ac_link) 2&gt;&amp;5; } &amp;&amp; test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib=&quot;-L$try -l&quot;$libldap&quot;&quot;
 else
@@ -1874,7 +1892,7 @@ rm -f conftest*
 
         if test &quot;x$smart_lib&quot; != &quot;x&quot;; then
     echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-    eval &quot;ac_cv_lib_&quot;$libldap&quot;_ldap_start_tls_s=yes&quot;
+    eval &quot;ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes&quot;
     LIBS=&quot;$old_LIBS $smart_lib&quot;
     SMART_LIBS=&quot;$SMART_LIBS $smart_lib&quot;
   else</diff>
      <filename>src/modules/rlm_ldap/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.4 
+# From configure.in Revision: 1.5 
 
 
 if test x$with_rlm_pam != xno; then</diff>
      <filename>src/modules/rlm_pam/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1.1.1 
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_perl != xno; then
@@ -869,7 +869,7 @@ fi
 	  smart_try_dir=
 	  
 
-ac_safe=`echo &quot;EXTERN.h&quot; | sed 'y%./+-%__p_%'`
+ac_safe=`echo &quot;EXTERN.h&quot; | sed 'y%./+-%__pm%'`
 echo $ac_n &quot;checking for EXTERN.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
 echo &quot;configure:875: checking for EXTERN.h&quot; &gt;&amp;5
 
@@ -974,7 +974,7 @@ fi
 
 	  
 
-ac_safe=`echo &quot;perl.h&quot; | sed 'y%./+-%__p_%'`
+ac_safe=`echo &quot;perl.h&quot; | sed 'y%./+-%__pm%'`
 echo $ac_n &quot;checking for perl.h&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
 echo &quot;configure:980: checking for perl.h&quot; &gt;&amp;5
 </diff>
      <filename>src/modules/rlm_perl/configure</filename>
    </modified>
    <modified>
      <diff>@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.7 
 
 
 if test x$with_rlm_python != xno; then</diff>
      <filename>src/modules/rlm_python/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_radutmp != xno; then</diff>
      <filename>src/modules/rlm_radutmp/configure</filename>
    </modified>
    <modified>
      <diff>@@ -526,7 +526,7 @@ fi
 
 
 
-# From configure.in Revision: 1.2 
+# From configure.in Revision: 1.3 
 
 
 if test x$with_rlm_smb != xno; then
@@ -881,21 +881,22 @@ fi
 			unistd.h \
 			ctype.h \
 			netdb.h \
+			signal.h \
 			
 do
 ac_safe=`echo &quot;$ac_hdr&quot; | sed 'y%./+-%__p_%'`
 echo $ac_n &quot;checking for $ac_hdr&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
-echo &quot;configure:889: checking for $ac_hdr&quot; &gt;&amp;5
+echo &quot;configure:890: checking for $ac_hdr&quot; &gt;&amp;5
 if eval &quot;test \&quot;`echo '$''{'ac_cv_header_$ac_safe'+set}'`\&quot; = set&quot;; then
   echo $ac_n &quot;(cached) $ac_c&quot; 1&gt;&amp;6
 else
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
-#line 894 &quot;configure&quot;
+#line 895 &quot;configure&quot;
 #include &quot;confdefs.h&quot;
 #include &lt;$ac_hdr&gt;
 EOF
 ac_try=&quot;$ac_cpp conftest.$ac_ext &gt;/dev/null 2&gt;conftest.out&quot;
-{ (eval echo configure:899: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
+{ (eval echo configure:900: \&quot;$ac_try\&quot;) 1&gt;&amp;5; (eval $ac_try) 2&gt;&amp;5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v &quot;^conftest.${ac_ext}\$&quot;`
 if test -z &quot;$ac_err&quot;; then
   rm -rf conftest*</diff>
      <filename>src/modules/rlm_smb/configure</filename>
    </modified>
    <modified>
      <diff>@@ -523,7 +523,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 fail=
@@ -1198,7 +1198,7 @@ if test &quot;$no_recursion&quot; != yes; then
       fi
     fi
 
-    cd $ac_popdir
+    cd &quot;$ac_popdir&quot;
   done
 fi
 </diff>
      <filename>src/modules/rlm_sql/configure</filename>
    </modified>
    <modified>
      <diff>@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.1 
 
 
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.</diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_db2/configure</filename>
    </modified>
    <modified>
      <diff>@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.</diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure</filename>
    </modified>
    <modified>
      <diff>@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.5 
+# From configure.in Revision: 1.6 
 
 
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.</diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_mysql/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.7 
 
 
 </diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_oracle/configure</filename>
    </modified>
    <modified>
      <diff>@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.5 
+# From configure.in Revision: 1.6 
 
 
 fail=</diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure</filename>
    </modified>
    <modified>
      <diff>@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.0 
+# From configure.in Revision: 1.1 
 
 
 # Extract the first word of &quot;gcc&quot;, so it can be a program name with args.</diff>
      <filename>src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 if test x$with_rlm_sqlcounter != xno; then</diff>
      <filename>src/modules/rlm_sqlcounter/configure</filename>
    </modified>
    <modified>
      <diff>@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.3 
+# From configure.in Revision: 1.4 
 
 
 if test x$with_rlm_unix != xno; then</diff>
      <filename>src/modules/rlm_unix/configure</filename>
    </modified>
    <modified>
      <diff>@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.7
+# From configure.in Revision: 1.9 
 
 
 if test x$with_rlm_x99_token != xno; then
@@ -662,7 +662,7 @@ fi
 
 		x99_save_LIBS=&quot;$LIBS&quot;
 	LIBS=&quot;$LIBS $x99_token_ldflags&quot;
-       echo $ac_n &quot;checking for DES_cbc_encrypt in -lcrypto&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
+		echo $ac_n &quot;checking for DES_cbc_encrypt in -lcrypto&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
 echo &quot;configure:667: checking for DES_cbc_encrypt in -lcrypto&quot; &gt;&amp;5
 ac_lib_var=`echo crypto'_'DES_cbc_encrypt | sed 'y%./+-%__p_%'`
 if eval &quot;test \&quot;`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\&quot; = set&quot;; then
@@ -697,7 +697,7 @@ LIBS=&quot;$ac_save_LIBS&quot;
 fi
 if eval &quot;test \&quot;`echo '$ac_cv_lib_'$ac_lib_var`\&quot; = yes&quot;; then
   echo &quot;$ac_t&quot;&quot;yes&quot; 1&gt;&amp;6
-   x99_token_ldflags=&quot;$x99_token_ldflags -lcrypto&quot;
+   x99_token_ldflags=&quot;$x99_token_ldflags -lcrypto&quot; 
 else
   echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
 echo $ac_n &quot;checking for des_cbc_encrypt in -lcrypto&quot;&quot;... $ac_c&quot; 1&gt;&amp;6
@@ -739,7 +739,7 @@ if eval &quot;test \&quot;`echo '$ac_cv_lib_'$ac_lib_var`\&quot; = yes&quot;; then
 else
   echo &quot;$ac_t&quot;&quot;no&quot; 1&gt;&amp;6
  fail=&quot;$fail des_cbc_encrypt&quot; 
-
+		
 fi
 
 	</diff>
      <filename>src/modules/rlm_x99_token/configure</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4bd2bea1c5865dfc4688d4f58cfd4d839a65c64</id>
    </parent>
  </parents>
  <author>
    <name>phampson</name>
    <email>phampson</email>
  </author>
  <url>http://github.com/alandekok/freeradius-server/commit/97aaf4b7cb352ff682b1ff07128757c9952c3491</url>
  <id>97aaf4b7cb352ff682b1ff07128757c9952c3491</id>
  <committed-date>2003-09-04T08:14:10-07:00</committed-date>
  <authored-date>2003-09-04T08:14:10-07:00</authored-date>
  <message>0.9.1 Release complete: Autogenerated files built.</message>
  <tree>c236e944e6850fb542dde30160b5189b20143c34</tree>
  <committer>
    <name>phampson</name>
    <email>phampson</email>
  </committer>
</commit>
