[gedit] build: Remove some unneded code from autogen.sh



commit e911d7229c810008f6db830ad5e6efefddd5b36b
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Sep 22 19:04:23 2010 +0200

    build: Remove some unneded code from autogen.sh

 Makefile.am |    2 +-
 autogen.sh  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 122a88b..159550d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 SUBDIRS = gedit pixmaps po plugins data docs tests win32 osx
 
diff --git a/autogen.sh b/autogen.sh
index 084ce1b..f3b4572 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,4 +22,4 @@ which gnome-autogen.sh || {
 
 autopoint --force || exit $?
 
-ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_MACROS=python.m4 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+REQUIRED_MACROS=python.m4 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh



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