Mercurial > noffle
comparison configure.in @ 108:8eb2975c8c1a noffle
[svn] 1.0pre6 merge
author | bears |
---|---|
date | Tue, 13 Jun 2000 07:44:21 +0100 |
parents | ce8191c38f44 |
children | ffb8a4a91218 |
comparison
equal
deleted
inserted
replaced
107:2869baa02f3c | 108:8eb2975c8c1a |
---|---|
5 AC_INIT(src/noffle.c) | 5 AC_INIT(src/noffle.c) |
6 | 6 |
7 AC_PREREQ(2.13) | 7 AC_PREREQ(2.13) |
8 | 8 |
9 PACKAGE=noffle | 9 PACKAGE=noffle |
10 VERSION=1.0pre5develop | 10 VERSION=1.0pre6develop |
11 | 11 |
12 AM_CONFIG_HEADER(config.h) | 12 AM_CONFIG_HEADER(config.h) |
13 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) | 13 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |
14 | 14 |
15 dnl AM_MAINTAINER_MODE | 15 dnl AM_MAINTAINER_MODE |
136 CFLAGS="$CFLAGS \ | 136 CFLAGS="$CFLAGS \ |
137 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ | 137 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ |
138 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \ | 138 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \ |
139 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \ | 139 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \ |
140 -Wmissing-declarations -Wnested-externs -Winline \ | 140 -Wmissing-declarations -Wnested-externs -Winline \ |
141 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" | 141 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" |
142 else | 142 else |
143 | 143 |
144 dnl Do nothing if --enable-debug=no | 144 dnl Do nothing if --enable-debug=no |
145 | 145 |
146 if test "x$enable_debug" != "xno" && test "x$GCC" = "xyes"; then | 146 if test "x$enable_debug" != "xno" && test "x$GCC" = "xyes"; then |
147 CFLAGS="$CFLAGS \ | 147 CFLAGS="$CFLAGS \ |
148 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow \ | 148 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow \ |
149 -Wcast-qual -Wcast-align -Wwrite-strings \ | 149 -Wcast-align -Wwrite-strings \ |
150 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \ | 150 -Wstrict-prototypes -Wmissing-prototypes \ |
151 -Wmissing-declarations -Wnested-externs -Winline \ | 151 -Wmissing-declarations -Wnested-externs -Winline \ |
152 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" | 152 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" |
153 fi | 153 fi |
154 fi | 154 fi |
155 | 155 |
156 | 156 |
157 # [ This is adapted from mutt. ] | 157 # [ This is adapted from mutt. ] |