X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=70c3d527c2a29a8b2dad0fa5f2816c39cb0c0572;hb=734fe75173056b3b5aadbf05a3695c2240308d74;hp=b8a6c13848150ad118a69220ad4672158448c47d;hpb=c7c1a8a94df22b2929d70b52ae26b8313d20b73a;p=platform%2Fupstream%2Fflac.git diff --git a/autogen.sh b/autogen.sh index b8a6c13..70c3d52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,6 +2,30 @@ # Run this to set up the build system: configure, makefiles, etc. # (based on the version in enlightenment's cvs) +# Some notes: +# +# You may need to specify -I /SOME_PATH/share/aclocal in ACLOCAL_FLAGS +# if any packages FLAC relies on (autotools, libogg, libiconv) are +# installed in non-standard places. +# +# If you don't have XMMS installed at all, you should comment out +# AM_PATH_XMMS in configure.in. +# +# FLAC uses iconv but not gettext. iconv requires config.rpath which +# is supplied by gettext, which is copied in by gettextize. But we +# can't run gettextize since we do not fulfill all it's requirements +# (because we don't use it). So you may have to: +# +# cp /usr/share/gettext/config.rpath . +# +# before running autogen.sh +# +# Also watchout, if you replace ltmain.sh, there is a bug in some +# versions of libtool (or maybe autoconf) on some platforms where the +# configure-generated libtool does not have $SED defined. See also: +# +# http://lists.gnu.org/archive/html/libtool/2003-11/msg00131.html + package="flac" olddir=`pwd` @@ -11,6 +35,8 @@ test -z "$srcdir" && srcdir=. cd "$srcdir" DIE=0 +ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS" + echo "checking for autoconf... " (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo