autoreconf
[libradsec.git] / lib / configure
index f9983a3..1163a04 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for libradsec 0.0.2.dev.
+# Generated by GNU Autoconf 2.67 for libradsec 0.0.3.dev.
 #
 # Report bugs to <linus+libradsec@nordu.net>.
 #
@@ -701,8 +701,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libradsec'
 PACKAGE_TARNAME='libradsec'
-PACKAGE_VERSION='0.0.2.dev'
-PACKAGE_STRING='libradsec 0.0.2.dev'
+PACKAGE_VERSION='0.0.3.dev'
+PACKAGE_STRING='libradsec 0.0.3.dev'
 PACKAGE_BUGREPORT='linus+libradsec@nordu.net'
 PACKAGE_URL=''
 
@@ -1417,7 +1417,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libradsec 0.0.2.dev to adapt to many kinds of systems.
+\`configure' configures libradsec 0.0.3.dev to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1487,7 +1487,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libradsec 0.0.2.dev:";;
+     short | recursive ) echo "Configuration of libradsec 0.0.3.dev:";;
    esac
   cat <<\_ACEOF
 
@@ -1587,7 +1587,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libradsec configure 0.0.2.dev
+libradsec configure 0.0.3.dev
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2063,7 +2063,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libradsec $as_me 0.0.2.dev, which was
+It was created by libradsec $as_me 0.0.3.dev, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2882,7 +2882,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libradsec'
- VERSION='0.0.2.dev'
+ VERSION='0.0.3.dev'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11293,53 +11293,6 @@ else
   as_fn_error $? "required library libevent_core not found" "$LINENO" 5
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rad_alloc in -lfreeradius-radius" >&5
-$as_echo_n "checking for rad_alloc in -lfreeradius-radius... " >&6; }
-if test "${ac_cv_lib_freeradius_radius_rad_alloc+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lfreeradius-radius  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char rad_alloc ();
-int
-main ()
-{
-return rad_alloc ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_freeradius_radius_rad_alloc=yes
-else
-  ac_cv_lib_freeradius_radius_rad_alloc=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freeradius_radius_rad_alloc" >&5
-$as_echo "$ac_cv_lib_freeradius_radius_rad_alloc" >&6; }
-if test "x$ac_cv_lib_freeradius_radius_rad_alloc" = x""yes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBFREERADIUS_RADIUS 1
-_ACEOF
-
-  LIBS="-lfreeradius-radius $LIBS"
-
-else
-  as_fn_error $? "required library libfreeradius-radius not found" "$LINENO" 5
-fi
-
 
 # Enable-knobs.
 
@@ -11409,7 +11362,8 @@ fi
 
 
 # Checks for header files.
-for ac_header in netdb.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h unistd.h
+for ac_header in sys/time.h time.h netdb.h netinet/in.h stdint.h stdlib.h strings.h string.h \
+     sys/socket.h unistd.h syslog.h sys/select.h fcntl.h arpa/inet.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -11475,7 +11429,7 @@ fi
 done
 
 
-ac_config_files="$ac_config_files Makefile libradsec.spec include/Makefile examples/Makefile tests/Makefile"
+ac_config_files="$ac_config_files Makefile libradsec.spec radius/Makefile include/Makefile examples/Makefile tests/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -12007,7 +11961,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libradsec $as_me 0.0.2.dev, which was
+This file was extended by libradsec $as_me 0.0.3.dev, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12073,7 +12027,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libradsec config.status 0.0.2.dev
+libradsec config.status 0.0.3.dev
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
@@ -12462,6 +12416,7 @@ do
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "libradsec.spec") CONFIG_FILES="$CONFIG_FILES libradsec.spec" ;;
+    "radius/Makefile") CONFIG_FILES="$CONFIG_FILES radius/Makefile" ;;
     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;