From: Bruno Haible Date: Fri, 30 Jun 2006 22:49:11 +0000 (+0000) Subject: Refer to examples/configure. X-Git-Tag: v0.15~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1729dc0fb797d367e28d365255407961c4913b;p=thirdparty%2Fgettext.git Refer to examples/configure. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index cbfa63028..89cd0973b 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,6 +1,7 @@ 2006-06-29 Bruno Haible * configure.ac: Remove AC_CONFIG_FILES for files in examples subdir. + Use AC_CONFIG_SUBDIRS instead. 2006-06-27 Bruno Haible diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index cd5759e55..fbeb29695 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -338,6 +338,8 @@ $RELEASE_DATE GNU EOF +AC_CONFIG_SUBDIRS(examples) + AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([doc/Makefile],