Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        autogen.sh 


Log Message:
Seach local m4 directory first.

===================================================================
RCS file: /cvs/e/e17/apps/e/autogen.sh,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- autogen.sh  2 Feb 2007 01:18:30 -0000       1.25
+++ autogen.sh  25 Mar 2007 19:11:49 -0000      1.26
@@ -7,7 +7,7 @@
 touch ABOUT-NLS
 
 echo "Running autopoint..." ; autopoint -f || :
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
+echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to