Regenerate from configure.in using autoconf2.13 after:
authorphampson <phampson>
Tue, 8 Jun 2004 14:35:13 +0000 (14:35 +0000)
committerphampson <phampson>
Tue, 8 Jun 2004 14:35:13 +0000 (14:35 +0000)
We're now 1.1.0-pre0, as 1.0.0 has branched off.

23 files changed:
configure
libltdl/configure
src/modules/rlm_attr_rewrite/configure
src/modules/rlm_checkval/configure
src/modules/rlm_counter/configure
src/modules/rlm_eap/configure
src/modules/rlm_eap/types/rlm_eap_md5/configure
src/modules/rlm_example/configure
src/modules/rlm_krb5/configure
src/modules/rlm_pam/configure
src/modules/rlm_perl/configure
src/modules/rlm_python/configure
src/modules/rlm_radutmp/configure
src/modules/rlm_smb/configure
src/modules/rlm_sql/configure
src/modules/rlm_sql/drivers/rlm_sql_db2/configure
src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure
src/modules/rlm_sql/drivers/rlm_sql_mysql/configure
src/modules/rlm_sql/drivers/rlm_sql_oracle/configure
src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure
src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure
src/modules/rlm_sqlcounter/configure
src/modules/rlm_unix/configure

index 619e6dd..aa28ddd 100755 (executable)
--- a/configure
+++ b/configure
@@ -733,9 +733,9 @@ fi
 
 
 
-# From configure.in Revision: 1.198 
+# From configure.in Revision: 1.199 
 RADIUSD_MAJOR_VERSION=1
-RADIUSD_MINOR_VERSION=0.0-pre0
+RADIUSD_MINOR_VERSION=1.0-pre0
 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
 
 
index ed2bf09..e1baebc 100755 (executable)
@@ -2170,7 +2170,7 @@ else
   if { (eval echo configure:2171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&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
index 0ba05db..f177f97 100755 (executable)
@@ -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
index 8e9693e..0485f8f 100755 (executable)
@@ -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
index 7739bda..1f87747 100755 (executable)
@@ -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 "$ac_t""$CPP" 1>&6
 
        
 
-ac_safe=`echo "gdbm.h" | sed 'y%./+-%__p_%'`
+ac_safe=`echo "gdbm.h" | sed 'y%./+-%__pm%'`
 echo $ac_n "checking for gdbm.h""... $ac_c" 1>&6
 echo "configure:837: checking for gdbm.h" >&5
 
@@ -842,12 +842,13 @@ smart_include_dir=
   cat > conftest.$ac_ext <<EOF
 #line 844 "configure"
 #include "confdefs.h"
-#include <gdbm.h>
+
+                 #include <gdbm.h>
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   smart_include=" "
 else
@@ -891,14 +892,15 @@ eval "smart_include_dir=\"\$smart_include_dir $DIRS\""
       CFLAGS="$old_CFLAGS -I$try"
 
       cat > conftest.$ac_ext <<EOF
-#line 895 "configure"
+#line 896 "configure"
 #include "confdefs.h"
-#include <gdbm.h>
+
+                      #include <gdbm.h>
 int main() {
  int a = 1;
 ; return 0; }
 EOF
-if { (eval echo configure:902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   smart_include="-I$try"
 else
@@ -927,8 +929,10 @@ fi
 
        
 
+sm_lib_safe=`echo "gdbm" | sed 'y%./+-%__p_%'`
+sm_func_safe=`echo "gdbm_open" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
-echo "configure:932: checking for gdbm_open in -lgdbm" >&5
+echo "configure:936: checking for gdbm_open in -lgdbm" >&5
 
 smart_lib=
 smart_lib_dir=
@@ -936,14 +940,14 @@ smart_lib_dir=
   old_LIBS="$LIBS"
   LIBS="$LIBS -lgdbm"
   cat > conftest.$ac_ext <<EOF
-#line 940 "configure"
+#line 944 "configure"
 #include "confdefs.h"
 extern char gdbm_open();
 int main() {
  gdbm_open()
 ; return 0; }
 EOF
-if { (eval echo configure:947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib="-lgdbm"
 else
@@ -1012,14 +1016,14 @@ eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
       LIBS="$old_LIBS -L$try -lgdbm"
 
       cat > conftest.$ac_ext <<EOF
-#line 1016 "configure"
+#line 1020 "configure"
 #include "confdefs.h"
 extern char gdbm_open();
 int main() {
  gdbm_open()
 ; return 0; }
 EOF
-if { (eval echo configure:1023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   smart_lib="-L$try -lgdbm"
 else
@@ -1036,7 +1040,7 @@ rm -f conftest*
 
         if test "x$smart_lib" != "x"; then
     echo "$ac_t""yes" 1>&6
-    eval "ac_cv_lib_gdbm_gdbm_open=yes"
+    eval "ac_cv_lib_${sm_lib_safe}_${sm_func_safe}=yes"
     LIBS="$old_LIBS $smart_lib"
     SMART_LIBS="$SMART_LIBS $smart_lib"
   else
@@ -1049,9 +1053,9 @@ fi
 
        if test "x$fail" = "x"; then
                echo $ac_n "checking to see GDBM_SYNC status""... $ac_c" 1>&6
-echo "configure:1053: checking to see GDBM_SYNC status" >&5
+echo "configure:1057: checking to see GDBM_SYNC status" >&5
                cat > conftest.$ac_ext <<EOF
-#line 1055 "configure"
+#line 1059 "configure"
 #include "confdefs.h"
 
 #include <gdbm.h>
@@ -1086,12 +1090,12 @@ rm -f conftest*
        old_LIBS=$LIBS
        LIBS="$LIBS $SMART_LIBS"
        echo $ac_n "checking for gdbm_fdesc""... $ac_c" 1>&6
-echo "configure:1090: checking for gdbm_fdesc" >&5
+echo "configure:1094: checking for gdbm_fdesc" >&5
 if eval "test \"`echo '$''{'ac_cv_func_gdbm_fdesc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1095 "configure"
+#line 1099 "configure"
 #include "confdefs.h"
 /* 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: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_gdbm_fdesc=yes"
 else
index e4969c7..f18e3d0 100755 (executable)
@@ -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 "$no_recursion" != yes; then
       fi
     fi
 
-    cd $ac_popdir
+    cd "$ac_popdir"
   done
 fi
 
index 73ff2f2..0cec2ea 100755 (executable)
@@ -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
index a17f950..ac1e749 100755 (executable)
@@ -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
index 32d4ea6..95f7b07 100755 (executable)
@@ -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
index 157e64c..d91d537 100755 (executable)
@@ -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
index 8239c4a..1158228 100755 (executable)
@@ -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 "EXTERN.h" | sed 'y%./+-%__p_%'`
+ac_safe=`echo "EXTERN.h" | sed 'y%./+-%__pm%'`
 echo $ac_n "checking for EXTERN.h""... $ac_c" 1>&6
 echo "configure:875: checking for EXTERN.h" >&5
 
@@ -974,7 +974,7 @@ fi
 
          
 
-ac_safe=`echo "perl.h" | sed 'y%./+-%__p_%'`
+ac_safe=`echo "perl.h" | sed 'y%./+-%__pm%'`
 echo $ac_n "checking for perl.h""... $ac_c" 1>&6
 echo "configure:980: checking for perl.h" >&5
 
index 4824a63..e7b0a67 100755 (executable)
@@ -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
index cb42394..adfee64 100755 (executable)
@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_radutmp != xno; then
index c90e74b..0fb9ae7 100755 (executable)
@@ -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 "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:889: checking for $ac_hdr" >&5
+echo "configure:890: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 894 "configure"
+#line 895 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
index b8e989c..e61b229 100755 (executable)
@@ -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 "$no_recursion" != yes; then
       fi
     fi
 
-    cd $ac_popdir
+    cd "$ac_popdir"
   done
 fi
 
index f483637..afc3d57 100755 (executable)
@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.1 
 
 
 # Extract the first word of "gcc", so it can be a program name with args.
index e0d8577..6843746 100755 (executable)
@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 # Extract the first word of "gcc", so it can be a program name with args.
index 30a9acf..baaeff1 100755 (executable)
@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.8 
+# From configure.in Revision: 1.9 
 
 
 
index 1f13a61..adfce16 100755 (executable)
@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.6 
+# From configure.in Revision: 1.7 
 
 
 
index d30085d..f060eda 100755 (executable)
@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.5 
+# From configure.in Revision: 1.6 
 
 
 fail=
index 9e85360..f37e90f 100755 (executable)
@@ -527,7 +527,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.0 
+# From configure.in Revision: 1.1 
 
 
 # Extract the first word of "gcc", so it can be a program name with args.
index fdb338f..a97c10e 100644 (file)
@@ -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
index 4a05c62..8c1a21f 100755 (executable)
@@ -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