patches/vinagre-02-autoconf.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18156 261e45ba0c97
child 20201 33ac0296e01d
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:
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
diff --git a/configure.ac b/configure.ac
17968
1e83c4d58384 2010-05-06 Halton Huo <[email protected]>
halton
parents: 17779
diff changeset
     2
index 6fa6d40..5d4000f 100644
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
--- a/configure.ac
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
+++ b/configure.ac
17571
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
     5
@@ -1,6 +1,5 @@
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
     6
 # Vinagre autoconf
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
 
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
     8
-AC_PREREQ([2.64])
18156
261e45ba0c97 2010-06-22 Halton Huo <[email protected]>
halton
parents: 17968
diff changeset
     9
 AC_INIT([vinagre],[2.30.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre],[vinagre],[http://projects.gnome.org/vinagre/])
17571
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    10
 AC_CONFIG_SRCDIR([vinagre/vinagre-main.c])
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    11
 AC_CONFIG_HEADERS([config.h])
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    12
@@ -32,7 +31,6 @@ AC_FUNC_MALLOC
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    13
 AC_CHECK_FUNCS([dup2 memset putenv select setlocale socket strchr strerror strstr getpt posix_openpt grantpt unlockpt ptsname ptsname_r])
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    14
 
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    15
 AM_INIT_AUTOMAKE([1.10 -Wno-portability])
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    16
-LT_PREREQ([2.2.6])
17571
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    17
 AC_CONFIG_MACRO_DIR([m4])
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    18
 
17571
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    19
 GNOME_COMPILE_WARNINGS([maximum])
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    20
@@ -54,7 +52,7 @@ AC_SEARCH_LIBS([strerror],[cposix])
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    21
 AC_PROG_CC
ed1b63776c5e 2010-02-23 Halton Huo <[email protected]>
halton
parents: 17520
diff changeset
    22
 AC_HEADER_STDC
17520
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    23
 
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    24
-LT_INIT([disable-static])
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    25
+AM_PROG_LIBTOOL
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    26
 AM_PROG_CC_C_O
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    27
 
ac1d7493a1e8 2010-02-09 Halton Huo <[email protected]>
halton
parents:
diff changeset
    28
 #*******************************************************************************