head 1.4; access; symbols start:1.1.1.1 keithp:1.1.1; locks; strict; comment @# @; 1.4 date 2003.12.09.02.08.55; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.08.19.01.53.16; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.08.19.01.45.24; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.02.25.16.05.26; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.02.25.16.05.26; author cworth; state Exp; branches; next ; desc @@ 1.4 log @ * autogen.sh: Allow names of all autofoo programs to be overridden via environment variables. @ text @#!/bin/sh # Run this to generate all the initial makefiles, etc. set -e LIBTOOLIZE=${LIBTOOLIZE-libtoolize} LIBTOOLIZE_FLAGS="--copy --force" ACLOCAL=${ACLOCAL-aclocal} AUTOHEADER=${AUTOHEADER-autoheader} AUTOMAKE=${AUTOMAKE-automake} AUTOMAKE_FLAGS="--add-missing" AUTOCONF=${AUTOCONF-autoconf} ARGV0=$0 if test -z "$ACLOCAL_FLAGS"; then acdir=`aclocal --print-ac-dir` if [ ! -f $acdir/pkg.m4 ]; then echo "$ARGV0: Error: Could not find pkg-config macros." echo " (Looked in $acdir/pkg.m4)" echo " If pkg.m4 is available in /another/directory, please set" echo " ACLOCAL_FLAGS=\"-I /another/directory\"" echo " Otherwise, please install pkg-config." echo "" echo "pkg-config is available from:" echo "http://www.freedesktop.org/software/pkgconfig/" exit 1 fi fi if test -z "$*"; then echo "$ARGV0: Note: \`./configure' will be run with no arguments." echo " If you wish to pass any to it, please specify them on the" echo " \`$0' command line." echo fi do_cmd() { echo "$ARGV0: running \`$@@'" $@@ } do_cmd $LIBTOOLIZE $LIBTOOLIZE_FLAGS do_cmd $ACLOCAL $ACLOCAL_FLAGS do_cmd $AUTOHEADER do_cmd $AUTOMAKE $AUTOMAKE_FLAGS do_cmd $AUTOCONF do_cmd ./configure --enable-maintainer-mode ${1+"$@@"} && echo "Now type \`make' to compile" || exit 1 @ 1.3 log @Add --enable-maintainer-mode to autogen.sh @ text @d6 8 d43 1 a43 1 do_cmd libtoolize --force --copy d45 1 a45 1 do_cmd aclocal ${ACLOCAL_FLAGS} d47 1 a47 1 do_cmd autoheader d49 1 a49 1 do_cmd automake --add-missing d51 1 a51 1 do_cmd autoconf @ 1.2 log @Fixed to give a better warning if pkg-config is not installed @ text @d45 1 a45 1 do_cmd ./configure ${1+"$@@"} && echo "Now type \`make' to compile" || exit 1 @ 1.1 log @Initial revision @ text @d8 15 d37 1 a37 1 do_cmd aclocal @ 1.1.1.1 log @Initial import of libpixregion @ text @@