summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-03-10 21:18:55 +0000
committerChristian Persch <chpe@src.gnome.org>2005-03-10 21:18:55 +0000
commit8bccb99bd934d2544778635ab967100bf441a968 (patch)
treeb89e8d3bda2f7d570f2bec964cb5597263783821 /autogen.sh
parenta23d5431b4707c4999dc2a70f101bc9bf45c9b07 (diff)
downloadyelp-8bccb99bd934d2544778635ab967100bf441a968.tar.gz
R INSTALL:
2005-03-10 Christian Persch <chpe@cvs.gnome.org> * .cvsignore: R INSTALL: * autogen.sh: * configure.in: * data/.cvsignore: * po/POTFILES.in: * src/.cvsignore: * src/Makefile.am: * stylesheets/.cvsignore: Update the build system, and add missing files to .cvsignore:s. Remove not distributed file from POTFILES.in. From bug #169316.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a0f775b0..03e504b8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME=Yelp
-REQUIRED_AUTOMAKE_VERSION=1.7
+REQUIRED_AUTOMAKE_VERSION=1.8
export REQUIRED_AUTOMAKE_VERSION
if ! test -f $srcdir/src/yelp-main.c; then
@@ -19,4 +19,4 @@ which gnome-autogen.sh || {
exit 1
}
-. gnome-autogen.sh
+USE_GNOME2_MACROS=1 . gnome-autogen.sh