diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,8 @@ check_m4macros || die ${LIBTOOLIZE} ${LIBTOOLIZE_FLAGS} --force || die ${ACLOCAL} ${ACLOCAL_FLAGS} || die ${AUTOHEADER} ${AUTOHEADER_FLAGS} || die +# Seems on some systems config.h.in should be newer when various m4/* stuff generated by aclocal +if [ -f config.h.in ]; then touch config.h.in; fi ${AUTOMAKE} ${AUTOMAKE_FLAGS} || die ${AUTOCONF} ${AUTOCONF_FLAGS} || die |