X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=blobdiff_plain;f=autogen.sh;h=9cba64239b38acacb22219f7717c88c06a1e0518;hp=e55ca4e17bc088073b4033c05066874aa92a40b7;hb=HEAD;hpb=55011e127d0c32675b3e2128eb0ec88368590326 diff --git a/autogen.sh b/autogen.sh index e55ca4e..9cba642 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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.in > /dev/null && autoheader -I$parentdir) (cd $F && autoconf -I$parentdir) done