summaryrefslogtreecommitdiffstats
path: root/local_patches/Xext-20041103-1/generic/upstream-patches.diff
blob: 1180d1217d2c26523f01872e8cb3b59fbf83ccf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
diff -urN Xext-20041103-1/autogen-rs.sh Xext-ptx/autogen-rs.sh
--- Xext-20041103-1/autogen-rs.sh	1970-01-01 01:00:00.000000000 +0100
+++ Xext-ptx/autogen-rs.sh	2004-11-03 07:39:37.000000000 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+aclocal-1.7 -I /usr/share/aclocal/
+libtoolize -c --force
+autoheader
+autoconf
+automake-1.7 --add-missing --copy
+
diff -urN Xext-20041103-1/configure.ac Xext-ptx/configure.ac
--- Xext-20041103-1/configure.ac	2004-11-03 16:39:07.000000000 +0100
+++ Xext-ptx/configure.ac	2004-11-03 08:15:42.000000000 +0100
@@ -8,13 +8,14 @@
         libXext)
 
 AC_CONFIG_SRCDIR([Makefile.am])
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE(libXext, 20041103-1, [dist-bzip2])
 
 AC_CONFIG_AUX_DIR(.)
 
 AM_MAINTAINER_MODE
 
-AM_CONFIG_HEADER([config.h])
+#AM_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER(config.h)
 
 # Checks for programs.
 AC_PROG_LIBTOOL
diff -urN Xext-20041103-1/Makefile.am Xext-ptx/Makefile.am
--- Xext-20041103-1/Makefile.am	2004-11-03 16:39:07.000000000 +0100
+++ Xext-ptx/Makefile.am	2004-10-27 17:44:10.000000000 +0200
@@ -28,4 +28,6 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xext.pc
 
-EXTRA_DIST=xext.pc.in
+EXTRA_DIST= \
+	xext.pc.in \
+	autogen-rs.sh