diff options
author | infirit <[email protected]> | 2015-06-29 19:33:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-06-29 19:33:48 +0200 |
commit | fe42f8d57947d3e00ac98770abef879bd5a45f8b (patch) | |
tree | c4ffd0fb735587dcbc20c9e9585b1d23be9d16a4 | |
parent | 46fd6ad2075870ae63e36d362bf8d6deef277c53 (diff) | |
download | mate-menus-fe42f8d57947d3e00ac98770abef879bd5a45f8b.tar.bz2 mate-menus-fe42f8d57947d3e00ac98770abef879bd5a45f8b.tar.xz |
Remove some aclocal magic already in Makefile.am
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2210f54..bccd40c 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,6 @@ AC_ARG_PROGRAM AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL -dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work -AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS") - PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) |