>>>>> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:

Rob> Hi

Rob> I reported this before, but was ignored :(. I still believe this
Rob> is wrong, though not that critical:

So you mean a patch like the one appleneded?

Lars?

JMarc

Index: autogen.sh
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/autogen.sh,v
retrieving revision 1.36
diff -u -p -r1.36 autogen.sh
--- autogen.sh	12 Sep 2002 15:21:39 -0000	1.36
+++ autogen.sh	9 Oct 2002 13:20:25 -0000
@@ -46,7 +46,7 @@ for prog in $M4 gm4 gnum4 m4 ; do
     *) ;;
   esac
 done
-if test x$ok = xno ; then
+if test x$ok != xyes ; then
     echo "not found."
 fi
 
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v
retrieving revision 1.883
diff -u -p -r1.883 ChangeLog
--- ChangeLog	30 Sep 2002 19:57:54 -0000	1.883
+++ ChangeLog	9 Oct 2002 13:20:25 -0000
@@ -1,3 +1,7 @@
+2002-10-09  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
+
+	* autogen.sh: fix test that says whether m4 has been found
+
 2002-09-30  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* INSTALL: update notes on compilation with Compaq cxx.

Reply via email to