/rusxmms/librcc

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

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-16 00:17:56 UTC
  • Revision ID: csa@dside.dyndns.org-20131116001756-qz8dfb6q6fue6r1l
Compatibility with older automake and fixes to release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
if [ -f config.h.in ]; then touch config.h.in; fi
226
226
${AUTOMAKE} ${AUTOMAKE_FLAGS}      || die
227
227
${AUTOCONF} ${AUTOCONF_FLAGS}      || die
228