summaryrefslogtreecommitdiffstats
path: root/src/util/autoconf/autoheader.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/autoconf/autoheader.sh')
-rw-r--r--src/util/autoconf/autoheader.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/autoconf/autoheader.sh b/src/util/autoconf/autoheader.sh
index abbc983500..a9aa446934 100644
--- a/src/util/autoconf/autoheader.sh
+++ b/src/util/autoconf/autoheader.sh
@@ -85,6 +85,7 @@ if test $show_version = yes; then
fi
TEMPLATES="${AC_MACRODIR}/acconfig.h"
+test -r ./acconfig.h && TEMPLATES="${TEMPLATES} ./acconfig.h"
test -r $localdir/acconfig.h && TEMPLATES="${TEMPLATES} $localdir/acconfig.h"
case $# in