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>2002-04-02 16:02:38 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-04-02 16:02:38 (GMT)
commita7bf49c6943347e914f24e8a7121b44d685f4588 (patch)
tree1efb3b8fbd2eaee9be309c573e2dad29d502242d /autogen.sh
parentea68455a9a7036923e67118cf71de93b7bfe1207 (diff)
changed to use gnome macro
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9820cce..63496ac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,4 +12,8 @@ PKG_NAME="gcompris"
exit 1
}
-. $srcdir/macros/autogen.sh
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME CVS"
+ exit 1
+}
+USE_GNOME2_MACROS=0 . gnome-autogen.sh