diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-12 00:15:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:18 +0100 |
commit | bb7311f27c2e837ab89d45eec36c1ae6f36d2f42 (patch) | |
tree | 77f0ec4962baa6d09f675c8327ac73bd2a6b5e87 /configure.ac | |
parent | 7e0f016c25aec93a88412f47d7add155d2857a45 (diff) |
build: improve project bootstrapping
Align autogen.sh with the one in NM:
* Just calling autoreconf once
* Using autopoint from GNU gettext
* Enabling the use of NOCONFIGURE
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8f27ae57..3c9a839a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,10 +24,14 @@ LT_INIT dnl dnl translation support dnl +IT_PROG_INTLTOOL([0.40.0]) + +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) + GETTEXT_PACKAGE=ModemManager AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) -IT_PROG_INTLTOOL([0.35.0]) PKG_CHECK_MODULES(MM, dbus-glib-1 >= 0.86 |