summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-11-06 04:46:28 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-06 04:46:28 +0000
commit983857411a976c12f78e1c7d0ef81657d1d506a5 (patch)
tree7d99d81e426877ae598a4fe22d5db987568bda43 /autogen.sh
parent11bc7f3a1d30798be5ca7da5e33763e10c04d966 (diff)
downloadgdm-983857411a976c12f78e1c7d0ef81657d1d506a5.tar.gz
Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui
Mon Nov 05 21:28:43 2001 George Lebl <jirka@5z.com> * configure.in, **/Makefile.am, daemon/*.[ch], utils/*.[ch], gui/*.[ch]: Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui doesn't compile yet
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 3548dd6a..512c8ca3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,8 @@ fi
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=1 . gnome-autogen.sh