Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/imlib2_loaders
Dir : e17/libs/imlib2_loaders
Modified Files:
autogen.sh
Log Message:
autofool cleanups... argh! i hate autofools!
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh 28 Apr 2004 04:20:48 -0000 1.4
+++ autogen.sh 24 Jun 2004 06:11:36 -0000 1.5
@@ -1,45 +1,13 @@
-#! /bin/sh
+#!/bin/sh
-abort () {
- echo "$1 not found or command failed. Aborting!"
- exit 1
-}
+rm -rf autom4te.cache
+rm -f aclocal.m4
-echo
-echo
-echo "NOTE:"
-echo "you will need libtool 1.3 or higher for this to work"
-echo
-echo
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-THEDIR="`pwd`"
-cd "$srcdir"
-DIE=0
-
-aclocal || abort "aclocal"
-libtoolize --force --copy || abort "libtoolize"
-autoconf || abort "autoconf"
-autoheader || abort "autoheader"
-automake --foreign --add-missing || abort "automake"
-
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
-cd "$THEDIR"
-
-$srcdir/configure "$@" || abort "configure"
-
-set +x
-
-echo "Now type:"
-echo
-echo "make"
-echo "make install"
-echo
-echo "have fun."
+echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
+&& echo "Running autoheader..."; autoheader \
+&& echo "Running autoconf..."; autoconf \
+&& echo "Running libtoolize..."; libtoolize --automake \
+&& echo "Running automake..."; automake --add-missing --copy --gnu
+### If you want this, uncomment it.
+./configure "$@"
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs