]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix an error when running autogen.sh for the first time.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 17:15:46 +0000 (19:15 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 17:15:46 +0000 (19:15 +0200)
ChangeLog
autogen.sh

index 7d130f093421c2bcd2ce92442307b94f0667c861..6c5d0c62928a68c7a4dc3a9c1fcec62669eb0b24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-14  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh: Create gettext-tools/intl directory before running
+       automake.
+
 2009-08-12  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC,
index 7ab618051b98ce538886d47958966007bfba1df8..b44e2faa6b3f0ac856b9d4bf2f5d087fb586d8db 100755 (executable)
@@ -291,6 +291,7 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
  ../build-aux/fixaclocal aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
  autoconf
  autoheader && touch config.h.in
+ test -d intl || mkdir intl
  automake
 )