diff options
Diffstat (limited to 'src/util/autoconf/autoheader.sh')
| -rw-r--r-- | src/util/autoconf/autoheader.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/autoconf/autoheader.sh b/src/util/autoconf/autoheader.sh index abbc98350..a9aa44693 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 |
