[gnac/devel] Fixed a bug in configure.ac
- From: Benoît Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnac/devel] Fixed a bug in configure.ac
- Date: Wed, 19 May 2010 16:49:58 +0000 (UTC)
commit 68eb3da8051b0532c837338d9ea404051f37f398
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date: Wed May 19 17:49:49 2010 +0100
Fixed a bug in configure.ac
configure.ac | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a08e137..6069bd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,14 +46,15 @@ LT_PREREQ([2.2.6])
LT_INIT
dnl Internationalization support (gettext/i18n stuff)
+GETTEXT_PACKAGE=gnac
+AC_DEFINE_UNQUOTED(
+ [GETTEXT_PACKAGE],
+ ["$GETTEXT_PACKAGE"],
+ [Define to the full name of the gettext package.])
+AC_SUBST([GETTEXT_PACKAGE])
IT_PROG_INTLTOOL([0.40.6])
-AC_SUBST([GETTEXT_PACKAGE], [PACKAGE_TARNAME])
AM_GNU_GETTEXT_VERSION([0.17])
AM_GLIB_GNU_GETTEXT
-AC_DEFINE(
- [GETTEXT_PACKAGE],
- [PACKAGE_NAME],
- [Define to the full name of the gettext package.])
dnl Check for gconftool-2
AC_PATH_PROG([GCONFTOOL], [gconftool-2], [no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]