On Mon, 26 Mar 2001, Alexander Mai said:
> The LessTif Core Team is pleased to announce
>       Release 0.92.26
> of the LessTif library!

automake-1.4d doesn't like it. Running CVSMake gives

,----
| ./CVSMake running
| Autofoo in top...
| aclocal: macro `LT_HAVE_MAN2HTML' defined in acinclude.m4 but never used
| automake: scripts/Makefile.am: object `typedefs.$(OBJEXT)' created by `typedefs.c' 
|and `typedefs.l'
| include/Makefile.am:7: SUBDIRS defined both conditionally and unconditionally
| Autofoo in lib/Xlt
| ./CVSMake running
| Autofoo in lib/Xbae
| ./CVSMake running
| Autofoo in test
| Putting files in AC_CONFIG_AUX_DIR, `..'.
| aclocal: macro `LT_HAVE_MAN2HTML' defined in acinclude.m4 but never used
| Makefile.am:11: SUBDIRS defined both conditionally and unconditionally
`----

Here's a patch for all except for the LT_HAVE_MAN2HTML, which is not a
lethal error and is more likely to be intentional than the rest of the
problems:

2001-03-31  Nix  <[EMAIL PROTECTED]>

        * include/Makefile.am (SUBDIRS): Delete copy outside conditional.
        * test/Makefile.am (SUBDIRS): Likewise.

        * scripts/Makefile.am (typedefs_SOURCES,
        cvs2patch_SOURCES): Remove EXTRA prefix.

diff -durN lesstif/include/Makefile.am lesstif-hacking/include/Makefile.am
--- lesstif/include/Makefile.am Wed Dec 20 10:27:45 2000
+++ lesstif-hacking/include/Makefile.am Sat Mar 31 16:59:42 2001
@@ -4,8 +4,6 @@
 MAINTAINERCLEANFILES=Makefile.in stamp-h.in LTconfig.h.in
 DIST_SUBDIRS = Motif-1.2 Motif-2.0 Motif-2.1
 
-SUBDIRS = Motif-1.2
-
 if Version_2_1
     SUBDIRS = Motif-1.2 Motif-2.0  Motif-2.1
 else
diff -durN lesstif/scripts/Makefile.am lesstif-hacking/scripts/Makefile.am
--- lesstif/scripts/Makefile.am Sat Mar 31 16:42:24 2001
+++ lesstif-hacking/scripts/Makefile.am Sat Mar 31 16:38:42 2001
@@ -9,6 +9,6 @@
 noinst_PROGRAMS   = man2html
 
 EXTRA_PROGRAMS = cvs2patch typedefs
-EXTRA_typedefs_SOURCES  = typedefs.l
-EXTRA_cvs2patch_SOURCES = cvs2patch.c
+typedefs_SOURCES  = typedefs.l
+cvs2patch_SOURCES = cvs2patch.c
 man2html_SOURCES  = man2html.c
diff -durN lesstif/test/Makefile.am lesstif-hacking/test/Makefile.am
--- lesstif/test/Makefile.am    Sat Mar 31 16:41:35 2001
+++ lesstif-hacking/test/Makefile.am    Sat Mar 31 16:51:30 2001
@@ -8,8 +8,6 @@
 
 CommonDirs = common Xm Mrm Uil
 
-SUBDIRS = $(CommonDirs)
-
 if Version_2_1
     SUBDIRS = $(CommonDirs) Xm-2.0 Xm-2.1
 else


-- 
`Fuck, but that was an awful book.  It would have ended a
 lot sooner if it were possible for the reader to crawl in through the
 pages and strangle the protagonist.' --- AdB

Reply via email to