respect CFLAGS

This commit is contained in:
wilfried 2001-03-12 15:28:14 +00:00
parent 8b42118511
commit 0d557f5615
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-configure,v 1.1 2001/03/12 15:28:14 wilfried Exp $
--- configure.orig Wed Jan 28 21:13:46 1998
+++ configure Mon Mar 12 16:24:38 2001
@@ -523,11 +523,6 @@ VERSION=0.3.2
PACKAGE=plor
-CFLAGS="-g -ansi -pedantic -Wall -O2 -fomit-frame-pointer"
-
-LDFLAGS=-g
-
-
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
else

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-configure_in,v 1.1 2001/03/12 15:28:14 wilfried Exp $
--- configure.in.orig Wed Jan 28 21:13:43 1998
+++ configure.in Mon Mar 12 16:28:30 2001
@@ -5,12 +5,8 @@ VERSION=0.3.2
AC_SUBST(VERSION)
PACKAGE=plor
AC_SUBST(PACKAGE)
-CFLAGS="-g -ansi -pedantic -Wall -O2 -fomit-frame-pointer"
-AC_SUBST(CFLAGS)
dnl CPPFLAGS=./include
dnl AC_SUBST(CPPFLAGS)
-LDFLAGS=-g
-AC_SUBST(LDFLAGS)
AC_ARG_PROGRAM