*** empty log message ***
[m17n/m17n-lib.git] / configure.ac
index bda8981..3ffe413 100644 (file)
@@ -26,7 +26,6 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([m17n-lib],[1.6.1],[m17n-lib-bug@m17n.org])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
-AC_PROG_LIBTOOL
 AC_CONFIG_HEADERS([src/config.h])
 AM_MAINTAINER_MODE
 
@@ -40,12 +39,17 @@ M17N_BINARY_VERSION=1.0
 M17N_MODULE_DIR="m17n/$M17N_BINARY_VERSION"
 AC_SUBST(M17N_MODULE_DIR)
 
+
+dnl Checks for programs for compiling.
+AC_PROG_CC
+AC_GNU_SOURCE
+
 AM_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION([0.17])
 GETTEXTDIR="$datadir/locale"
 AC_SUBST(GETTEXTDIR)
 
-dnl Checks for programs for compiling.
-AC_PROG_CC
+AC_PROG_LIBTOOL
 dnl LT_PREREQ([2.2.4])
 dnl LT_INIT
 
@@ -94,7 +98,7 @@ AC_SUBST(M17NDIR)
 dnl Checks which levels of APIs should be compiled.
 
 AC_ARG_ENABLE(gui,
-             AS_HELP_STRING([--with-gui],[with GUI level APIs (default is YES)]))
+             AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is YES)]))
 
 AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno)
 
@@ -440,7 +444,7 @@ esac
 AC_DEFINE_UNQUOTED(DLOPEN_SHLIB_EXT, "$SHLIB_EXT",
                   [Define to loadable module extention])
 
-AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile
+AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in
                  src/Makefile
                  example/Makefile
                 m17n-config