diff options
author | Bruno Haible <bruno@clisp.org> | 2004-02-07 18:03:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:48 +0200 |
commit | 7280c1bcdb9efe1f4cd75a2f708535adf78caa15 (patch) | |
tree | 0f498684ffb61f59dbbc906eef2ed3c42323e304 /gettext-tools/configure.ac | |
parent | 856b15e7e4dad67e31e388b5bb69863807f6368b (diff) | |
download | external_gettext-7280c1bcdb9efe1f4cd75a2f708535adf78caa15.zip external_gettext-7280c1bcdb9efe1f4cd75a2f708535adf78caa15.tar.gz external_gettext-7280c1bcdb9efe1f4cd75a2f708535adf78caa15.tar.bz2 |
Use quotearg.
Diffstat (limited to 'gettext-tools/configure.ac')
-rw-r--r-- | gettext-tools/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 6bbebf4..cc57e19 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-tools directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. +dnl Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -141,6 +141,7 @@ gt_FUNC_SETENV gl_FUNC_STRERROR jm_FUNC_GLIBC_UNLOCKED_IO gt_FUNC_ERROR_AT_LINE +gl_QUOTEARG gl_PATHMAX gl_FUNC_READLINK gl_XREADLINK |