Applied this change:

1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>

	* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
	ACLOCAL. This allows maintainer rules to work if any of the macros
	change.

svn path=/trunk/; revision=745
This commit is contained in:
Tomislav Vujec
1999-03-10 23:16:04 +00:00
committed by Raja R Harinath
parent ed4bc0b947
commit 1b383b0fa7
2 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,15 @@
1999-03-10 Tomislav Vujec <tvujec@carnet.hr>
* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
for additional inits. It gets expanded while generating configure,
resulting in an empty parameter list - syntax error in for statement.
* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
ACLOCAL. This allows maintainer rules to work if any of the macros
change.
1999-03-10 Tomislav Vujec <tvujec@carnet.hr>
* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in
testing for additional inits. It gets expanded while generating
configure, resulting in an empty parameter list - syntax error in
for statement.
1999-03-09 Raja R Harinath <harinath@cs.umn.edu>

View File

@ -10,5 +10,7 @@ AC_DEFUN([AM_ACLOCAL_INCLUDE],
[
AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
])