diff options
author | Justin Clift <jclift@redhat.com> | 2010-09-30 15:25:22 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-09-30 15:25:22 -0600 |
commit | 7aa768c4823966db325c48ea4af540c4db5d4745 (patch) | |
tree | b6fa3a0e542023d2077c190d1e03e7a2b75be781 /ChangeLog | |
parent | 9f940e90a7555c3399c9972d9688483c011068c7 (diff) | |
download | gnulib-7aa768c4823966db325c48ea4af540c4db5d4745.tar.gz |
bootstrap: support ACLOCAL_FLAGS during aclocal
* build-aux/bootstrap (aclocal): Honor ACLOCAL_FLAGS, so the user
can add additional -I dir for third-party .m4 files.
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-09-30 Justin Clift <jclift@redhat.com> (tiny change) + + bootstrap: support ACLOCAL_FLAGS during aclocal + * build-aux/bootstrap (aclocal): Honor ACLOCAL_FLAGS, so the user + can add additional -I dir for third-party .m4 files. + 2010-09-30 Eric Blake <eblake@redhat.com> bootstrap: use glibtoolize on MacOS |