comparison configure @ 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
530 530
531 531
532 532
533 533
534 PACKAGE=noffle 534 PACKAGE=noffle
535 VERSION=1.0pre5develop 535 VERSION=1.0pre6develop
536 536
537 537
538 538
539 539
540 ac_aux_dir= 540 ac_aux_dir=
2540 CFLAGS="$CFLAGS \ 2540 CFLAGS="$CFLAGS \
2541 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ 2541 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \
2542 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \ 2542 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \
2543 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \ 2543 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \
2544 -Wmissing-declarations -Wnested-externs -Winline \ 2544 -Wmissing-declarations -Wnested-externs -Winline \
2545 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" 2545 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
2546 else 2546 else
2547 2547
2548 2548
2549 if test "x$enable_debug" != "xno" && test "x$GCC" = "xyes"; then 2549 if test "x$enable_debug" != "xno" && test "x$GCC" = "xyes"; then
2550 CFLAGS="$CFLAGS \ 2550 CFLAGS="$CFLAGS \
2551 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow \ 2551 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow \
2552 -Wcast-qual -Wcast-align -Wwrite-strings \ 2552 -Wcast-align -Wwrite-strings \
2553 -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \ 2553 -Wstrict-prototypes -Wmissing-prototypes \
2554 -Wmissing-declarations -Wnested-externs -Winline \ 2554 -Wmissing-declarations -Wnested-externs -Winline \
2555 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" 2555 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
2556 fi 2556 fi
2557 fi 2557 fi
2558 2558
2559 2559
2560 # [ This is adapted from mutt. ] 2560 # [ This is adapted from mutt. ]