summaryrefslogtreecommitdiffstats
path: root/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'autogen')
-rw-r--r--autogen1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen b/autogen
index 71d4851715..588c7e619f 100644
--- a/autogen
+++ b/autogen
@@ -53,6 +53,7 @@ dir=`dirname $i`;
cd $dir;
aclocal -I $aclocal_dir;
autoconf;
+ test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;
test -f Makefile.am && automake $verbose ;
)
done