[libvtemm] Fixed configure.ac and changed autogen.sh verbosity.



commit 4eaf1f17ff6400a800a9c49dac981dce1ca5ebcd
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Aug 18 16:34:00 2009 +0200

    Fixed configure.ac and changed autogen.sh verbosity.
    
    * autogen.sh: add `--verbose' to `autoreconf'.
    * configure.ac: Fixed unfinished copy-paste matter, which caused
    to have half of configure.ac as string.

 autogen.sh   |    2 +-
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index fed2c5b..a373a28 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,5 @@ test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 
 mm-common-prepare --force --copy "$srcdir"
-autoreconf --force --install "$srcdir"
+autoreconf --verbose --force --install "$srcdir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
index 0a67371..8103ac9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([LIBVTEMM_MODULES], ['libvte
-PKG_CHECK_MODULES(LIBVTEMM, glibmm-2.4 >= 2.18.0 gtkmm-2.4 >= 2.14.0 vte >= 0.20.5)
+AC_SUBST([LIBVTEMM_MODULES], ['glibmm-2.4 >= 2.18.0 gtkmm-2.4 >= 2.14.0 vte >= 0.20.5'])
+PKG_CHECK_MODULES([LIBVTEMM], [$LIBVTEMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]