unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Fix typo in configure.ac
@ 2010-09-30 23:14 Neil Jerram
  2010-10-01 14:04 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Neil Jerram @ 2010-09-30 23:14 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

I noticed that my ./configure output includes

./configure: line 31873: text: command not found

Looks like a simple typo, which is fixed by the attached patch.  OK to
push?

Thanks,
        Neil


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-configure.ac.patch --]
[-- Type: text/x-diff, Size: 848 bytes --]

From 2c5d8c7df79421b5846583256c551ffd26a527b8 Mon Sep 17 00:00:00 2001
From: Neil Jerram <neil@ossau.uklinux.net>
Date: Fri, 1 Oct 2010 00:11:18 +0100
Subject: [PATCH] Fix typo in configure.ac

Fixes an error when running ./configure:
./configure: line 31873: text: command not found

* configure.ac: Change "text" to "test", in libltdl-related code.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b73c3ac..34ec603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_PROG_LIBTOOL
 dnl Check for libltdl.
 AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
   [lt_dlopenext ("foo");])
-if text "x$HAVE_LIBLTDL" != "xyes"; then
+if test "x$HAVE_LIBLTDL" != "xyes"; then
   AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
 fi
 
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in configure.ac
  2010-09-30 23:14 [PATCH] Fix typo in configure.ac Neil Jerram
@ 2010-10-01 14:04 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2010-10-01 14:04 UTC (permalink / raw)
  To: Neil Jerram; +Cc: guile-devel

On Fri 01 Oct 2010 01:14, Neil Jerram <neil@ossau.uklinux.net> writes:

> I noticed that my ./configure output includes
>
> ./configure: line 31873: text: command not found
>
> Looks like a simple typo, which is fixed by the attached patch.  OK to
> push?

Sure, applied and pushed :)

Andy
-- 
http://wingolog.org/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-01 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 23:14 [PATCH] Fix typo in configure.ac Neil Jerram
2010-10-01 14:04 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).