patches/gedit-04-autoconf-version.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17924 d06bbcb8ee6b
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

diff -ruN gedit-2.30.2.orig/configure.ac gedit-2.30.2/configure.ac
--- gedit-2.30.2.orig/configure.ac	2010-04-23 12:38:22.166093852 +0100
+++ gedit-2.30.2/configure.ac	2010-04-23 12:38:34.586073252 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.63.2)
+#AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 30)
diff -ruN gedit-2.30.2.orig/configure.ac gedit-2.30.2/configure.ac
--- gedit-2.30.2.orig/configure.ac	2010-04-23 12:40:01.766418822 +0100
+++ gedit-2.30.2/configure.ac	2010-04-23 12:40:16.431374603 +0100
@@ -24,6 +24,8 @@
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
+AC_PROG_LIBTOOL
+
 # Checks for programs
 AC_PROG_CC
 AC_PROG_INSTALL