blob: 1980d7b2c91f952cae0586930e335ee340868d0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- imlib2-1.1.0/libltdl/configure.in~autofoo
+++ imlib2-1.1.0/libltdl/configure.in
@@ -1,6 +1,7 @@
dnl Process this file with autoconf to create configure.
AC_INIT(ltdl.c)
+AC_CONFIG_AUX_DIR([..])
dnl We shouldn't be using these internal macros of autoconf,
dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake.
|