Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast


Modified Files:
        ChangeLog Makefile.am configure.in 


Log Message:
Mon Mar  7 15:06:39 2005                        Michael Jennings (mej)

Miscellaneous autoFUCKMEUPTHEASSWITHAPINETREE fixes.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -3 -r1.134 -r1.135
--- ChangeLog   5 Jan 2005 20:20:28 -0000       1.134
+++ ChangeLog   7 Mar 2005 20:07:10 -0000       1.135
@@ -730,3 +730,7 @@
 
 Spec dependency fixes.
 ----------------------------------------------------------------------
+Mon Mar  7 15:06:39 2005                        Michael Jennings (mej)
+
+Miscellaneous autoFUCKMEUPTHEASSWITHAPINETREE fixes.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 30 Sep 2002 15:54:18 -0000      1.10
+++ Makefile.am 7 Mar 2005 20:07:10 -0000       1.11
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.10 2002/09/30 15:54:18 mej Exp $
+# $Id: Makefile.am,v 1.11 2005/03/07 20:07:10 mej Exp $
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = include src test
@@ -22,4 +22,9 @@
            $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(macrodir)/ ; \
        done
 
+uninstall-hook:
+       for i in $(MACROS) ; do \
+           rm -f $(DESTDIR)$(macrodir)/$$i ; \
+       done
+
 .PHONY: test
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- configure.in        30 Dec 2004 00:58:45 -0000      1.23
+++ configure.in        7 Mar 2005 20:07:10 -0000       1.24
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.23 2004/12/30 00:58:45 mej Exp $
+dnl# $Id: configure.in,v 1.24 2005/03/07 20:07:10 mej Exp $
 
 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
 test "x$ACLOCAL" = "x" && ACLOCAL=aclocal
@@ -45,7 +45,12 @@
 AC_SUBST(AUTHORS)
 AC_DEFINE_UNQUOTED(AUTHORS, "$AUTHORS", [Authors])
 
+AC_CANONICAL_BUILD()
+AC_CANONICAL_HOST()
+AC_CANONICAL_TARGET()
+
 AC_PROG_CC
+AC_PROG_CPP
 
 AST_STD_CHECKS()
 AST_PROG_CHECKS()




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to