diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-11-16 01:32:43 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-11-16 01:32:43 +0100 |
commit | 52e8a152580f9993142fbfa0d07c224e32052f90 (patch) | |
tree | eed7edfd236735de6ccc6e2606a85afe7e6ca394 /autogen.sh | |
parent | 66062a2ae70a6e5716befa86c55cb7aed8c8ffae (diff) | |
download | librcd-52e8a152580f9993142fbfa0d07c224e32052f90.tar.gz librcd-52e8a152580f9993142fbfa0d07c224e32052f90.tar.bz2 librcd-52e8a152580f9993142fbfa0d07c224e32052f90.tar.xz librcd-52e8a152580f9993142fbfa0d07c224e32052f90.zip |
Update to build system and release script
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ fi ${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 |