diff options
Diffstat (limited to 'packages/xcomposite/xcomposite-1.0.1/autofoo.patch')
-rw-r--r-- | packages/xcomposite/xcomposite-1.0.1/autofoo.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xcomposite/xcomposite-1.0.1/autofoo.patch b/packages/xcomposite/xcomposite-1.0.1/autofoo.patch index e69de29bb2..072cf25214 100644 --- a/packages/xcomposite/xcomposite-1.0.1/autofoo.patch +++ b/packages/xcomposite/xcomposite-1.0.1/autofoo.patch @@ -0,0 +1,17 @@ +Index: libXcomposite-1.0.1/configure.ac +=================================================================== +--- libXcomposite-1.0.1.orig/configure.ac 2004-01-15 03:59:12.000000000 -0500 ++++ libXcomposite-1.0.1/configure.ac 2005-01-18 17:05:25.573929256 -0500 +@@ -33,11 +33,11 @@ + dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n + dnl + AC_INIT(libXcomposite, 1.0.1, [keithp@keithp.com], libXcomposite) ++AC_CONFIG_AUX_DIR(.) + AM_INIT_AUTOMAKE([dist-bzip2]) + AM_MAINTAINER_MODE + + AM_CONFIG_HEADER(config.h) +-AC_CONFIG_AUX_DIR(.) + + # Check for progs + AC_PROG_CC |