blob: 99cd45a7eac41757bc80ed992e1341c05031e48c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- libXcursor-1.1.2/configure.ac~autofoo 2004-01-16 23:38:26.000000000 -0500
+++ libXcursor-1.1.2/configure.ac 2005-01-18 13:40:06.539707120 -0500
@@ -31,11 +31,11 @@
dnl not possible to extract the version number here from Xcursor.h
dnl
AC_INIT([libXcursor],1.1.2,[keithp@keithp.com],[libXcursor])
+AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_SRCDIR([Makefile.am])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
-AC_CONFIG_AUX_DIR(.)
dnl libtool versioning
|