blob: a318ecc435274914ade49582f1f09e62df653232 [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#
Josh Coalsona278cd82004-07-22 00:16:31 +000018# Also watchout, if you replace ltmain.sh, there is a bug in some
19# versions of libtool (or maybe autoconf) on some platforms where the
20# configure-generated libtool does not have $SED defined. See also:
21#
22# http://lists.gnu.org/archive/html/libtool/2003-11/msg00131.html
23#
Josh Coalson71fb9ff2002-12-03 06:29:10 +000024
Josh Coalsonc77b2602004-07-20 05:19:23 +000025aclocal && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy