mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
eb6f3e503b
It's likely to be a really bad idea to use these until they're hooked into the new bsd.autotools.mk
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
--- m4/Makefile.in.orig Sun Mar 7 09:04:33 2004
|
|
+++ m4/Makefile.in Sun Mar 14 17:09:37 2004
|
|
@@ -60,2 +60,3 @@
|
|
APIVERSION = @APIVERSION@
|
|
+APIPVERSION = @APIPVERSION@
|
|
AUTOCONF = @AUTOCONF@
|
|
@@ -122,3 +123,3 @@
|
|
target_alias = @target_alias@
|
|
-m4datadir = $(datadir)/aclocal-$(APIVERSION)
|
|
+m4datadir = $(datadir)/aclocal$(APIPVERSION)
|
|
dist_m4data_DATA = \
|