lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev lynx2.8.2dev.2 fails to build outside of the source tree.


From: Masashi Fujita
Subject: lynx-dev lynx2.8.2dev.2 fails to build outside of the source tree.
Date: Fri, 13 Nov 1998 14:08:32 +0900

Dear lynx maintainers:

Attached patch should be needed when building the lynx outside of
the source tree.

                                        Sincerely.

# I've tried to make `userdefs.h' automatically copied to build
# directory, but failed to update `configure' due to aclocal.m4 contains
# `AC_DIVERT_HELP' macro...(stock autoconf-2.12 does not contain this)

-- M.Fujita -- address@hidden -- address@hidden
diff -ur ORIG/lynx2.8.2dev.2/src/makefile.in lynx2.8.2dev.2/src/makefile.in
--- ORIG/lynx2.8.2dev.2/src/makefile.in Wed Nov 11 04:47:38 1998
+++ lynx2.8.2dev.2/src/makefile.in      Fri Nov 13 13:55:38 1998
@@ -116,7 +116,7 @@
 LYMainLoop.o:  $(top_srcdir)/userdefs.h
 LYOptions.o:   $(top_srcdir)/userdefs.h
 LYReadCFG.o:   $(top_srcdir)/userdefs.h
-LYShowInfo.o:  $(top_srcdir)/cfg_defs.h
+LYShowInfo.o:  $(top_builddir)/cfg_defs.h
 LYTraversal.o: $(top_srcdir)/userdefs.h
 LYUtils.o:     $(top_srcdir)/userdefs.h
 LYrcFile.o:    $(top_srcdir)/userdefs.h

reply via email to

[Prev in Thread] Current Thread [Next in Thread]