X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=ab52ab6060fbb050413b15cba4c5869683596180;hb=d3dac717ce7ff43eb779c7588b41609e53a5b184;hp=a666679576bd2a2ab921083315542694a81b2240;hpb=bf996e4802f5413e87f68b7044483d3eec853ac4;p=platform%2Fupstream%2Fflac.git diff --git a/autogen.sh b/autogen.sh index a666679..ab52ab6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,22 +1,14 @@ #!/bin/sh +# Run this to set up the build system: configure, makefiles, etc. +# We trust that the user has a recent enough autoconf & automake setup +# (not older than a few years...) +set -e -# 'hacks' is the place to put some commands you may need. There are at -# least two that seem to be necessary in some situations: -# -# 1. Some (newer?) versions automake --add-missing --copy do not copy -# in ltmain.sh, maybe because this is now supposed to be done by -# libtoolize. -# 2. 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 -# (since we don't use it). -# -# If both these apply try: -# -#hacks="cp /usr/share/libtool/ltmain.sh . && cp /usr/share/gettext/config.rpath ." -# -# Otherwise, this is the no-op: -hacks=true -# +srcdir=`dirname $0` +test -n "$srcdir" && cd "$srcdir" -aclocal && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy +echo "Updating build configuration files for FLAC, please wait...." + +touch config.rpath +autoreconf -isf +#./configure "$@" && echo