/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-16 00:32:43 UTC
  • Revision ID: csa@dside.dyndns.org-20131116003243-dmflaki58n4m2e6g
Update to build system and release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
${LIBTOOLIZE} ${LIBTOOLIZE_FLAGS} --force || die
67
67
${ACLOCAL} ${ACLOCAL_FLAGS}        || die
68
68
${AUTOHEADER} ${AUTOHEADER_FLAGS}  || die
 
69
# Seems on some systems config.h.in should be newer when various m4/* stuff generated by aclocal
 
70
if [ -f config.h.in ]; then touch config.h.in; fi
69
71
${AUTOMAKE} ${AUTOMAKE_FLAGS}      || die
70
72
${AUTOCONF} ${AUTOCONF_FLAGS}      || die
71
73