Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
commit6852e421e84dec0311674410cce8d50ea5b99e0e (patch)
tree4cd76938db4a47a683687aa8468cc95908f909f4 /autogen.sh
parent0ccfced9dc047bbdd456dc71c8bbe2a8c1d235cd (diff)
Olivier Samyn <osamyn@ulb.ac.be>
Completed the python port
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 1b1dfa6..e538f9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,8 +12,7 @@ PKG_NAME="gcompris"
exit 1
}
-which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME CVS"
- exit 1
-}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.6 \
+USE_GNOME2_MACROS=1 \
+BUILD_PATH="$srcdir"\
+ . ./gnome2-macros/gnome-autogen.sh