|
From: James R. V. Z. <jr...@co...> - 2004-04-08 01:54:47
|
I'd like to see the following change in autoconfiguration. It fixed a
build problem I was having. I don't remember the details now, but
they involved my having two versions of automake installed, and
without this change both versions were run for different parts of the
build resulting in incompatible files.
I'd be glad to check this in, but don't want to break something this
close to release.
- Jim Van Zandt
Index: configure.in
===================================================================
RCS file: /cvsroot/gnuplot/gnuplot/configure.in,v
retrieving revision 1.142
diff -u -r1.142 configure.in
--- configure.in 31 Mar 2004 15:42:51 -0000 1.142
+++ configure.in 8 Apr 2004 01:27:38 -0000
@@ -820,6 +820,7 @@
config/Makefile
demo/Makefile
docs/Makefile
+ lisp/Makefile
m4/Makefile
man/Makefile
src/Makefile
|