[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: sdb
Date: 06/01/07 16:36:44
Modified: . ChangeLog autogen.sh
Log:
autogen.sh, m4/gettext.m4 Included "-I m4" into
aclocal flags to pick up macros from local m4 dir.
Revision Changes Path
1.46 +4 -0 eda/geda/devel/geda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- ChangeLog 27 Sep 2005 22:46:29 -0000 1.45
+++ ChangeLog 7 Jan 2006 21:36:44 -0000 1.46
@@ -1,3 +1,7 @@
+2006-01-07 Stuart Brorson <sdb AT cloud9 DOT net>
+ * autogen.sh, m4/gettext.m4: Included "-I m4" into
+ aclocal to pick up macros from local m4 dir.
+
2005-09-27 18:46 Dan McMahill <danmc>
* graphman/configfile.c, src/configfile.c: remove various compiler
1.3 +1 -1 eda/geda/devel/geda/autogen.sh
(In the diff below, changes in quantity of whitespace are not shown.)
Index: autogen.sh
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- autogen.sh 21 Feb 2005 03:58:37 -0000 1.2
+++ autogen.sh 7 Jan 2006 21:36:44 -0000 1.3
@@ -87,7 +87,7 @@
echo processing $dr
( cd $dr
- aclocalinclude="$ACLOCAL_FLAGS"
+ aclocalinclude="-I m4 $ACLOCAL_FLAGS"
if grep "^AM_GNU_GETTEXT" $configure_script >/dev/null; then
echo "autogen.sh running: autopoint ..."