summaryrefslogtreecommitdiff
blob: 8ac5bb8bdc312045ca09214dae5b10f593b1f66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.in.~1~	2009-12-06 13:10:44.686445772 +0100
+++ configure.in	2009-12-06 13:18:21.866196635 +0100
@@ -2,7 +2,6 @@
 
 AC_INIT(src/gq.c)
 AM_INIT_AUTOMAKE(gq, 1.3.4)
-AM_ACLOCAL_INCLUDE(macros)
 
 AM_CONFIG_HEADER(config.h)
 
--- Makefile.am.~1~	2008-01-09 17:35:11.000000000 +0100
+++ Makefile.am	2009-12-06 13:18:44.353967108 +0100
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I macros
+
 SUBDIRS=\
 	data \
 	icons \