aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-07 09:25:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-07 09:25:05 +0000
commit8e93fa8718689c2ed4bf8edfe9c6b4322530e6cc (patch)
treeea61cb5372c5f176da7691bcd06afceace2d63c0 /configure.in
parent6601299e593cbaaa0d854641b847f8c37d5429ef (diff)
use AM_GLIB_GNU_GETTEXT, and removed intl/.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@93 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 8bde23ce..c30061a2 100644
--- a/configure.in
+++ b/configure.in
@@ -75,8 +75,9 @@ ALL_LINGUAS="bg cs da de el es et fr gl hr hu it ja ko nl pl pt_BR ro ru sk sl s
GETTEXT_PACKAGE=sylpheed
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])
-dnl AM_GLIB_GNU_GETTEXT
-AM_GNU_GETTEXT
+
+AM_GLIB_GNU_GETTEXT
+dnl AM_GNU_GETTEXT
dnl AC_CHECK_FUNC(gettext, AC_CHECK_LIB(intl, gettext))
localedir='${prefix}/${DATADIRNAME}/locale'
AC_SUBST(localedir)
@@ -328,7 +329,6 @@ AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \
AC_OUTPUT([
Makefile
sylpheed.spec
-intl/Makefile
ac/Makefile
po/Makefile.in
src/version.h