Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        ChangeLog autogen.sh 


Log Message:
Sun Jun 26 21:05:03 2005                        Michael Jennings (mej)

Attempt to fix autogen.sh for Gentoo and Solaris.

Detect and avoid E 0.17 faking E 0.16.x's IPC mechanisms.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -3 -r1.420 -r1.421
--- ChangeLog   14 Jun 2005 19:39:00 -0000      1.420
+++ ChangeLog   27 Jun 2005 00:07:12 -0000      1.421
@@ -5403,3 +5403,9 @@
 Added SSE2 support patch thanks to Tres Melton <[EMAIL PROTECTED]>
 and John Ellson <[EMAIL PROTECTED]>.
 ----------------------------------------------------------------------
+Sun Jun 26 21:05:03 2005                        Michael Jennings (mej)
+
+Attempt to fix autogen.sh for Gentoo and Solaris.
+
+Detect and avoid E 0.17 faking E 0.16.x's IPC mechanisms.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/autogen.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- autogen.sh  23 Feb 2005 20:38:19 -0000      1.8
+++ autogen.sh  27 Jun 2005 00:07:13 -0000      1.9
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
-# $Id: autogen.sh,v 1.8 2005/02/23 20:38:19 mej Exp $
+# $Id: autogen.sh,v 1.9 2005/06/27 00:07:13 mej Exp $
 
 broken() {
     echo
@@ -49,13 +49,13 @@
 export LIBTOOLIZE ACLOCAL AUTOCONF AUTOHEADER AUTOMAKE
 
 # Check for existing libast.m4 we can use.  Use the local one if not.
-if test ! -f "`$ACLOCAL --print-ac-dir`/libast.m4"; then
-    ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
-fi
+#if test ! -f "`$ACLOCAL --print-ac-dir`/libast.m4"; then
+#    ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
+#fi
 
 # Run the stuff.
 (set -x && $LIBTOOLIZE -c -f)
-(set -x && $ACLOCAL $ACLOCAL_FLAGS)
+(set -x && $ACLOCAL -I . $ACLOCAL_FLAGS)
 (set -x && $AUTOCONF)
 (set -x && $AUTOHEADER)
 (set -x && $AUTOMAKE -a -c)




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to