3 # 'hacks' is the place to put some commands you may need. There is one
4 # that seems to be necessary in some situations:
6 # * FLAC uses iconv but not gettext. iconv requires config.rpath which
7 # is supplied by gettext, which is copied in by gettextize. But we
8 # can't run gettextize since we do not fulfill all it's requirements
9 # (because we don't use it).
11 # If the default doesn't work, try:
13 #hacks="cp /usr/share/gettext/config.rpath ."
15 # Otherwise, this is the no-op:
19 aclocal && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy