diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-01 16:17:47 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-01 16:17:47 +0200 |
commit | e300f14bbb7d102c0c0ca8150170c34c5c3a1067 (patch) | |
tree | 257a1841468770025fed8e6a1f7de7dd5b1eb607 | |
parent | a17a56a2cab9bda67aa55712152a2d7253018c18 (diff) | |
download | mate-netbook-e300f14bbb7d102c0c0ca8150170c34c5c3a1067.tar.bz2 mate-netbook-e300f14bbb7d102c0c0ca8150170c34c5c3a1067.tar.xz |
Remove ALL_LINGUAS from configure script
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 98c08f2..6e86256 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,6 @@ GETTEXT_PACKAGE=mate-netbook AC_SUBST(GETTEXT_PACKAGE) AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS']) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name]) -ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`" IT_PROG_INTLTOOL([0.34]) |