summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-07-26 12:01:52 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:41 +0200
commita740f02c627b60c5506a881b8e83080b9f34454b (patch)
treece491a373fe9f6d8178c1f21499dace4772ab771 /gettext-runtime/configure.ac
parent71d6fd8f7688853f4b75eb6fbe53cac1f58fd928 (diff)
downloadexternal_gettext-a740f02c627b60c5506a881b8e83080b9f34454b.zip
external_gettext-a740f02c627b60c5506a881b8e83080b9f34454b.tar.gz
external_gettext-a740f02c627b60c5506a881b8e83080b9f34454b.tar.bz2
Respect some ordering constraints.
Diffstat (limited to 'gettext-runtime/configure.ac')
-rw-r--r--gettext-runtime/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
index f8797e8..2492eee 100644
--- a/gettext-runtime/configure.ac
+++ b/gettext-runtime/configure.ac
@@ -74,6 +74,10 @@ AC_RELOCATABLE
dnl Checks for libraries.
+dnl These are the only lines required to internationalize the package.
+dnl (OK, not quite, the AC_CONFIG_FILES has also some parts.)
+AM_GNU_GETTEXT(use-libtool, need-ngettext)
+
dnl Checks for header files.
AC_CHECK_HEADERS(string.h)
AM_STDBOOL_H
@@ -97,10 +101,6 @@ gl_FUNC_READLINK
gl_XREADLINK
gl_CANONICALIZE
-dnl These are the only lines required to internationalize the package.
-dnl (OK, not quite, the AC_CONFIG_FILES has also some parts.)
-AM_GNU_GETTEXT(use-libtool, need-ngettext)
-
dnl Put some default definitions into config.h.
AH_BOTTOM([
/* On Windows, variables that may be in a DLL must be marked specially. */