diff options
author | Bruno Haible <bruno@clisp.org> | 2009-08-14 19:15:46 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-08-14 19:15:46 +0200 |
commit | 5d3e6243fb9e862417255769de41cffbc06c4c0f (patch) | |
tree | c993d4a653ded056670ad41f78acb86057ffec14 | |
parent | a5f14b260007814a2ab66c385e7cfb56f37d31f2 (diff) | |
download | external_gettext-5d3e6243fb9e862417255769de41cffbc06c4c0f.zip external_gettext-5d3e6243fb9e862417255769de41cffbc06c4c0f.tar.gz external_gettext-5d3e6243fb9e862417255769de41cffbc06c4c0f.tar.bz2 |
Fix an error when running autogen.sh for the first time.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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, @@ -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 ) |