Small patch for an annoyance
- From: David Neary <bolsh gimp org>
- To: gnome-hackers gnome org
- Subject: Small patch for an annoyance
- Date: Thu, 7 Mar 2002 22:22:34 +0100
Hi all,
This is a tiny patch which fixes something which is a bit of an
annoyance in the gnome-games module. A macro has a couple of lines
which are meant to be shell assignments, but with spaces between
the variable and the =, which means the variable's treated like a
command, which isn't found and generates an error. Like I said,
it's just an annoyance.
Cheers,
Dave.
--
David Neary,
Marseille, France
E-Mail: bolsh gimp org
? index.html
? stamp-h1
? aisleriot/help/Makefile
? aisleriot/help/Makefile.in
? aisleriot/help/C/Makefile
? aisleriot/help/C/Makefile.in
? aisleriot/help/C/omf_timestamp
? glines/help/Makefile
? glines/help/Makefile.in
? glines/help/C/Makefile
? glines/help/C/Makefile.in
? glines/help/C/omf_timestamp
? glines/help/it/Makefile
? glines/help/it/Makefile.in
? glines/help/it/omf_timestamp
? omf-install/glines-C.omf
? omf-install/glines-it.omf
Index: games-macros/games-guile-checks.m4
===================================================================
RCS file: /cvs/gnome/gnome-games/games-macros/games-guile-checks.m4,v
retrieving revision 1.1
diff -u -r1.1 games-guile-checks.m4
--- games-macros/games-guile-checks.m4 9 Jan 2002 00:02:48 -0000 1.1
+++ games-macros/games-guile-checks.m4 7 Mar 2002 21:11:21 -0000
@@ -7,9 +7,9 @@
AC_DEFUN([GAMES_CHECK_GUILE],
[
dnl AC_MSG_WARN([Withval is: $withval])
- guile_msg = 'Huh?'
+ guile_msg='Huh?'
if test x$withval = xno ; then
- guile_msg = 'disabled'
+ guile_msg='disabled'
GUILE_LIBS=
GUILE_INCS=
AC_SUBST(GUILE_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]