[libgee] Clean configure.ac
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Clean configure.ac
- Date: Wed, 14 Jul 2010 23:32:56 +0000 (UTC)
commit 1e631f937dab0f561085ec864cf7055de050b06a
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date: Thu Jul 15 01:30:50 2010 +0200
Clean configure.ac
configure.ac | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ead59fb..4fa5d35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,9 +18,6 @@ AC_PATH_PROG(VALAC, valac, valac)
AC_SUBST(VALAC)
AC_SUBST(VALAFLAGS)
-AC_SUBST(CFLAGS)
-AC_SUBST(CPPFLAGS)
-AC_SUBST(LDFLAGS)
AC_ARG_ENABLE(doc, AS_HELP_STRING([--enable-doc], [Enable documentation generation]), enable_doc=$enableval, enable_doc=no)
AM_CONDITIONAL(ENABLE_DOC, test x$enable_doc = xyes)
@@ -61,10 +58,9 @@ AC_SUBST(GLIB_LIBS)
GOBJECT_INTROSPECTION_CHECK([0.9.0])
-AC_CONFIG_FILES([Makefile
+AC_OUTPUT([Makefile
gee-1.0.pc
benchmark/Makefile
doc/Makefile
gee/Makefile
tests/Makefile])
-AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]