From 6c50a1ce6f46039e0f74b3ca40829a10ccb6985f Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Sun, 15 Jul 2007 11:46:14 +0000 Subject: [PATCH] * added gcc -std=c99 option to m4. git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21738 10447126-35f2-4685-b0cf-6dd780d3921f --- base/m4/m4.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/base/m4/m4.conf b/base/m4/m4.conf index fea5d6f81..577ec24a8 100644 --- a/base/m4/m4.conf +++ b/base/m4/m4.conf @@ -1,8 +1,8 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../m4/m4.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project +# Filename: package/.../m4/m4.conf +# Copyright (C) 2007 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -10,8 +10,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- -# on some machines (gentoo,ubuntu) 1-m4 has to be built with --enable-changeword -# to be able to build 3-automake. no clue why -mnemoc -#var_append extraconfopt ' ' '--enable-changeword' + +var_append GCC_WRAPPER_APPEND ' ' '-std=c99'