21 lines
522 B
Diff
21 lines
522 B
Diff
|
From: Jan Engelhardt <jengelh@medozas.de>
|
||
|
Date: 2012-02-01 04:42:14.138168993 +0100
|
||
|
|
||
|
Do search in the dir where it keeps some of its m4 files.
|
||
|
|
||
|
---
|
||
|
Makefile.am | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
Index: libast-0.7/Makefile.am
|
||
|
===================================================================
|
||
|
--- libast-0.7.orig/Makefile.am
|
||
|
+++ libast-0.7/Makefile.am
|
||
|
@@ -1,5 +1,6 @@
|
||
|
# $Id: Makefile.am,v 1.13 2005/05/12 12:58:22 azundris Exp $
|
||
|
|
||
|
+ACLOCAL_AMFLAGS = -I .
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
SUBDIRS = include src test
|
||
|
|