X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=3418673d617ec5a857dec144263c77b45cce78d5;hb=refs%2Fheads%2Ftr-integ;hp=9cba64239b38acacb22219f7717c88c06a1e0518;hpb=52b9428533c5bfced6dbea240a8c442b1f25965d;p=freeradius.git diff --git a/autogen.sh b/autogen.sh index 9cba642..3418673 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,6 +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 && grep "^AC_CONFIG_HEADER" configure.ac > /dev/null || exit 0; autoheader -I$parentdir) (cd $F && autoconf -I$parentdir) done