[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix issue #998

From: Matt Kraai <kraai_at_ftbfs.org>
Date: 2002-11-19 02:33:06 CET

Howdy,

Issue #998 was caused by a missing "$".

Matt

* configure.in: Add missing "$" to MAKEINFO test.

Index: configure.in
===================================================================
--- configure.in (revision 3826)
+++ configure.in (working copy)
@@ -387,7 +387,7 @@
 
 dnl try to find the "makeinfo" program
 AC_PATH_PROG(MAKEINFO, makeinfo, [echo cannot run makeinfo])
-if test "MAKEINFO" = "echo cannot run makeinfo"; then
+if test "$MAKEINFO" = "echo cannot run makeinfo"; then
         dnl we won't install/make any info pages then
         INSTALL_INFO=""
 else

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 19 02:30:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.