diff options
author | Tomislav Vujec <tvujec@carnet.hr> | 1999-03-11 07:16:04 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1999-03-11 07:16:04 +0800 |
commit | 1b383b0fa71f05423f333fc0afcd049a643dca74 (patch) | |
tree | 53195dbcc02273551b7f6f918e770b067a2cc3bd /macros/ChangeLog | |
parent | ed4bc0b947e0cd9ee61dc741ac394c6cbf4f2e19 (diff) | |
download | gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.gz gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.bz2 gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.lz gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.xz gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.zst gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.zip |
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
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 07e98f06d7..d2243e59d6 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -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> |