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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17924
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
     1
diff -ruN gedit-2.30.2.orig/configure.ac gedit-2.30.2/configure.ac
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
     2
--- gedit-2.30.2.orig/configure.ac	2010-04-23 12:38:22.166093852 +0100
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
     3
+++ gedit-2.30.2/configure.ac	2010-04-23 12:38:34.586073252 +0100
17717
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     4
@@ -1,6 +1,6 @@
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     5
 dnl Process this file with autoconf to produce a configure script.
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     6
 
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     7
-AC_PREREQ(2.63.2)
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     8
+#AC_PREREQ(2.63.2)
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
     9
 
fe0356b0b6e0 Fix autoconf version in configure.ac
jouby
parents:
diff changeset
    10
 m4_define(gedit_major_version,  2)
17924
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    11
 m4_define(gedit_minor_version, 30)
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    12
diff -ruN gedit-2.30.2.orig/configure.ac gedit-2.30.2/configure.ac
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    13
--- gedit-2.30.2.orig/configure.ac	2010-04-23 12:40:01.766418822 +0100
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    14
+++ gedit-2.30.2/configure.ac	2010-04-23 12:40:16.431374603 +0100
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    15
@@ -24,6 +24,8 @@
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    16
 AM_MAINTAINER_MODE
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    17
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    18
 
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    19
+AC_PROG_LIBTOOL
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    20
+
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    21
 # Checks for programs
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    22
 AC_PROG_CC
d06bbcb8ee6b 2010-04-23 Christian Kelly <[email protected]>
chrisk
parents: 17717
diff changeset
    23
 AC_PROG_INSTALL