blob: c517c45ae926ffa821f57201ed03a77aad2f1192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: /tmp/pcvs/ports/devel/gettext/files/Attic/patch-Makefile.in,v 1.1 2002-03-15 19:43:48 ade Exp $
--- Makefile.in 2001/05/29 09:22:43 1.1
+++ Makefile.in 2001/05/29 09:23:01
@@ -101,7 +101,7 @@
AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1
-ACLOCAL = ./aclocal.sh @ACLOCAL@
+ACLOCAL = /usr/bin/true
ACLOCAL_AMFLAGS = -I m4
gettextsrcdir = $(datadir)/gettext
|