Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / autogen.sh
index e55ca4e..3418673 100755 (executable)
@@ -6,7 +6,7 @@ cd $parentdir
 parentdir=`pwd`
 
 libtoolize -f -c
-aclocal
+#aclocal
 autoheader
 autoconf
 
@@ -16,5 +16,6 @@ mysubdirs=`echo $mysubdirs`
 for F in $mysubdirs
 do
        echo "Configuring in $F..."
+       (cd $F && grep "^AC_CONFIG_HEADER" configure.ac > /dev/null || exit 0; autoheader -I$parentdir)
        (cd $F && autoconf -I$parentdir)
 done