c788cdc7d8
since I'm most familiar with the hack to include the LessTif X11 config files. Relevant changes from version 0.91.8: * Build/Install Uil libs and Headers (and tests) by default. * Fixed some FontList interfaces to conform to the docs. Might fix memory leaks as well. * Ongoing work to use ANSI C89 as much as possible. Drop alternatives being used (e.g. bcopy() and friends) * The Motif 2.x Xme() funcs should now all exist in stubs at least; some had already been "implemented" earlier. * Build support for a Motif 2.1 compatible tree. This will soon replace the 2.0 tree. * Work in progres for creating XmPrint API. (2.1 functionality)
16 lines
326 B
Text
16 lines
326 B
Text
$NetBSD: patch-bn,v 1.1 2000/12/22 17:26:22 jlam Exp $
|
|
|
|
--- scripts/autoconf/Makefile.am.orig Sun Sep 12 07:13:53 1999
|
|
+++ scripts/autoconf/Makefile.am
|
|
@@ -5,10 +5,6 @@
|
|
|
|
EXTRA_DIST= ac_find_motif.m4
|
|
|
|
-aclocaldir = @ACLOCALDIR@
|
|
-
|
|
-if Aclocal
|
|
+aclocaldir = ${prefix}/share/aclocal
|
|
|
|
aclocal_DATA = ac_find_motif.m4
|
|
-
|
|
-endif
|