zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: case in Solaris 8 sh doesn't handle opening parenthesis
@ 2008-10-30 12:55 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2008-10-30 12:55 UTC (permalink / raw)
  To: Zsh hackers list

I'd just mailed a 4.3.9.  Ignore my attempts to delete it at the wrong
email address.  I'll delete it at the right email address and make it
again.

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.111
diff -u -r1.111 configure.ac
--- configure.ac	30 Oct 2008 10:20:42 -0000	1.111
+++ configure.ac	30 Oct 2008 12:49:21 -0000
@@ -2942,10 +2942,12 @@
 "
 
 case x$LIBS in
-  (*-lgdbm*)
+  *-lgdbm*)
   echo "WARNING: zsh has been linked against libgdbm.
 This means the binary is covered by the GNU General Public License.
 This does not affect the source code.
 Run configure with --disable-gdbm if required."
   ;;
 esac
+
+exit 0


-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-30 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-30 12:55 PATCH: case in Solaris 8 sh doesn't handle opening parenthesis Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).