blob: 85a06a50a1a4cce9d0fbe2dc56d69a1d4ad1b8e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.am.orig 2024-04-07 22:59:28 UTC
+++ Makefile.am
@@ -1,8 +1,5 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz
AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz
-
-# XXX Fix disagreement between aclocal and make
-# (aclocal doesn't update based on mtime)
-ACLOCAL = touch $@; @ACLOCAL@
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po
|