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

Re: [PATCH] -std-c89 not required

From: <leif.eriksen_at_hpa.com.au>
Date: 2003-06-18 10:19:46 CEST

I just realised the order is wrong - however I have just worked out how to
create configure from configure.in (and boy do I feel silly), but I wont do
anything yet, till this discussion has been around the traps.

Oh hell, in the event it is agreed to remove it, heres the patch. If not, >
/dev/inferno

* configure.in
  -std=c89 can break some builds (especially some Solaris platforms), and is
not required in almost all cases.

(ismelorct.melb.hpa)/home/le99007/src> diff -u configure.in
subversion-0.24.1/configure.in
--- configure.in Wed Jun 18 17:18:57 2003
+++ subversion-0.24.1/configure.in Mon Jun 16 23:20:04 2003
@@ -391,7 +391,7 @@
       if test "$GCC" = "yes"; then
         dnl SVN_DEBUG enables specific features for developer builds
         dnl AP_DEBUG enables specific (Apache) features for developer
builds
- CFLAGS="$CFLAGS -std=c89 -Wpointer-arith -Wwrite-strings
-Wshadow-DSVN_DEBUG -DAP_DEBUG";
+ CFLAGS="$CFLAGS -Wpointer-arith -Wwrite-strings -Wshadow-DSVN_DEBUG
-DAP_DEBUG";
       fi
     fi
 ])

Leif Eriksen
Developer
HPA - IT Development
+61 3 9217 5545
leif.eriksen@hpa.com.au

**********************************************************************
IMPORTANT
The contents of this e-mail and its attachments are confidential and intended
solely for the use of the individual or entity to whom they are
addressed. If you received this e-mail in error, please notify
the HPA Postmaster, postmaster@hpa.com.au, then delete
the e-mail.

This footnote also confirms that this e-mail message has been swept for
the presence of computer viruses by MimeSweeper. Before opening or
using any attachments, check them for viruses and defects.

Our liability is limited to resupplying any affected attachments.

HPA collects personal information to provide and market our services.
For more information about use, disclosure and access see our Privacy
Policy at www.hpa.com.au
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 10:20:43 2003

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.