Enlightenment CVS committal Author : englebass Project : e17 Module : proto
Dir : e17/proto/e_phys Modified Files: Makefile.am bootstrap Log Message: Fix typo in _DATA for pkg-config There is no m4 directory here. =================================================================== RCS file: /cvs/e/e17/proto/e_phys/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 27 Jul 2007 01:59:48 -0000 1.5 +++ Makefile.am 27 Jul 2007 06:21:52 -0000 1.6 @@ -4,5 +4,5 @@ config.log config.sub configure depcomp \ install-sh ltmain.sh missing -#pkgconfigdir = $(libdir)/pkgconfig -#pkconfig_DATA = ephys.pc +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = ephys.pc =================================================================== RCS file: /cvs/e/e17/proto/e_phys/bootstrap,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- bootstrap 19 Feb 2007 09:06:21 -0000 1.3 +++ bootstrap 27 Jul 2007 06:21:52 -0000 1.4 @@ -5,7 +5,7 @@ touch README -echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 +echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 #echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs