diff options
author | Bruno Haible <bruno@clisp.org> | 2012-02-19 02:09:34 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-02-19 02:09:34 +0100 |
commit | 89d66f03724ce6714959950b02f2e0a5fb4022fe (patch) | |
tree | 6834a62a30c54c618c79aeee06fea93dc6fe86ea /autogen.sh | |
parent | e9ab5526592699b48f9fb86546e69143372d3405 (diff) | |
download | gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.tar.gz |
Move intmax_t.m4 file into libasprintf subdirectory.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 35c93c169..7f815a051 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ # - the makeinfo program from the texinfo package, # - perl. -# Copyright (C) 2003-2011 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -113,7 +113,7 @@ if ! $skip_gnulib; then ' $GNULIB_TOOL --dir=gettext-runtime/libasprintf --source-base=. --m4-base=gnulib-m4 --lgpl=2 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \ --import $GNULIB_MODULES_LIBASPRINTF $GNULIB_MODULES_LIBASPRINTF_OTHER - $GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/m4/intmax_t.m4 + $GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4 # In gettext-tools: GNULIB_MODULES_TOOLS_FOR_SRC=' alloca-opt |