blob: 2263625dcccb37b2cc7395fc0eae22b0e6fb4bd4 [file] [log] [blame]
Josh Coalson176eb562001-06-06 19:54:54 +00001#!/bin/sh
2
Josh Coalsonc77b2602004-07-20 05:19:23 +00003# 'hacks' is the place to put some commands you may need. There is one
4# that seems to be necessary in some situations:
Josh Coalson71fb9ff2002-12-03 06:29:10 +00005#
Josh Coalsonc77b2602004-07-20 05:19:23 +00006# * FLAC uses iconv but not gettext. iconv requires config.rpath which
Josh Coalson71fb9ff2002-12-03 06:29:10 +00007# 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
Josh Coalsonc77b2602004-07-20 05:19:23 +00009# (because we don't use it).
Josh Coalson71fb9ff2002-12-03 06:29:10 +000010#
Josh Coalsonc77b2602004-07-20 05:19:23 +000011# If the default doesn't work, try:
Josh Coalson71fb9ff2002-12-03 06:29:10 +000012#
Josh Coalsonc77b2602004-07-20 05:19:23 +000013#hacks="cp /usr/share/gettext/config.rpath ."
Josh Coalson71fb9ff2002-12-03 06:29:10 +000014#
15# Otherwise, this is the no-op:
16hacks=true
17#
18
Josh Coalsonc77b2602004-07-20 05:19:23 +000019aclocal && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy