diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-30 22:49:11 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:28 +0200 |
commit | 2a1729dc0fb797d367e28d365255407961c4913b (patch) | |
tree | 66461431523576a64fe1a6a7808f63f4420e7354 | |
parent | 214460c0a25957e1893dc186044e527415069784 (diff) | |
download | external_gettext-2a1729dc0fb797d367e28d365255407961c4913b.zip external_gettext-2a1729dc0fb797d367e28d365255407961c4913b.tar.gz external_gettext-2a1729dc0fb797d367e28d365255407961c4913b.tar.bz2 |
Refer to examples/configure.
-rw-r--r-- | gettext-tools/ChangeLog | 1 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index cbfa630..89cd097 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,6 +1,7 @@ 2006-06-29 Bruno Haible <bruno@clisp.org> * configure.ac: Remove AC_CONFIG_FILES for files in examples subdir. + Use AC_CONFIG_SUBDIRS instead. 2006-06-27 Bruno Haible <bruno@clisp.org> diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index cd5759e..fbeb296 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -338,6 +338,8 @@ $RELEASE_DATE GNU <bug-gnu-gettext@gnu.org> EOF +AC_CONFIG_SUBDIRS(examples) + AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([doc/Makefile], |