diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-12 03:54:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-12 03:54:51 +0000 |
commit | 76c5a32025358ac12add384fb62628734b8acaaf (patch) | |
tree | d9cf89c30280e4c03057c86855d66597b26f4faf /x11/lesstif/patches/patch-au | |
parent | 24a38365840f4b6ed9a6a972cd614938a14025fb (diff) | |
download | pkgsrc-76c5a32025358ac12add384fb62628734b8acaaf.tar.gz |
install ac_find_motif.m4 and link it to ${LOCALBASE}/share/aclocal
Diffstat (limited to 'x11/lesstif/patches/patch-au')
-rw-r--r-- | x11/lesstif/patches/patch-au | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-au b/x11/lesstif/patches/patch-au new file mode 100644 index 00000000000..cca7af3bcd9 --- /dev/null +++ b/x11/lesstif/patches/patch-au @@ -0,0 +1,17 @@ +$NetBSD: patch-au,v 1.1 2000/02/12 03:54:53 wiz Exp $ + +--- scripts/autoconf/Makefile.in.orig Fri Jan 14 23:42:38 2000 ++++ scripts/autoconf/Makefile.in Sat Feb 12 04:01:20 2000 +@@ -121,10 +121,9 @@ + + EXTRA_DIST = ac_find_motif.m4 + +-aclocaldir = @ACLOCALDIR@ ++aclocaldir = ${prefix}/share/aclocal + +-@Aclocal_TRUE@aclocal_DATA = \ +-@Aclocal_TRUE@ac_find_motif.m4 ++aclocal_DATA = ac_find_motif.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../include/LTconfig.h + CONFIG_CLEAN_FILES = |