[jhbuild] let configure generate Makefiles (part of GNOME bug 582172)



commit 07f0c61dadf3b8830d95934cefd107022d83e10a
Author: Frederic Peters <fpeters 0d be>
Date:   Mon May 11 18:11:53 2009 +0200

    let configure generate Makefiles (part of GNOME bug 582172)
---
 configure.ac |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 309b8b3..338d3fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ GNOME_COMMON_INIT
 AM_MAINTAINER_MODE
 AC_PREFIX_DEFAULT(~/.local/)
 
+AM_PATH_PYTHON
+
 # i18n
 GETTEXT_PACKAGE="jhbuild"
 AC_SUBST([GETTEXT_PACKAGE])
@@ -31,5 +33,17 @@ AC_CONFIG_FILES([
 	Makefile
 	doc/Makefile
 	po/Makefile.in
+	scripts/Makefile
+	jhbuild/Makefile
+	jhbuild/buildbot/Makefile
+	jhbuild/buildbot/status/web/Makefile
+	jhbuild/buildbot/status/Makefile
+	jhbuild/commands/Makefile
+	jhbuild/cut_n_paste/Makefile
+	jhbuild/frontends/Makefile
+	jhbuild/modtypes/Makefile
+	jhbuild/utils/Makefile
+	jhbuild/versioncontrol/Makefile
+
 ])
 AC_OUTPUT



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