/[pengfork]/pengfork/configure.ac
ViewVC logotype

Diff of /pengfork/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by nes, Tue Aug 27 15:10:12 2002 UTC revision 1.6 by nes, Thu Aug 29 21:18:46 2002 UTC
# Line 66  case $host in Line 66  case $host in
66  esac  esac
67  AC_SUBST([ARCH_DIR])  AC_SUBST([ARCH_DIR])
68    
69    # Enable -Werror flag
70    AC_ARG_ENABLE(werror,
71      [  --enable-werror    Set warnings as errors. ],
72      if test "$enableval" != "no"; then
73         CFLAGS="$CFLAGS -Werror"
74      fi
75    )
76    
77  # Modem driver  # Modem driver
78  AC_ARG_ENABLE(modem,  AC_ARG_ENABLE(modem,
79    [  --enable-modem     Enable modem driver (default) ],    [  --enable-modem     Enable modem driver (default) ],
# Line 90  AM_CONFIG_HEADER(config.h) Line 98  AM_CONFIG_HEADER(config.h)
98  # Output Files  # Output Files
99  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
100                    config/Makefile                    config/Makefile
101                      lib/Makefile
102                    src/Makefile                    src/Makefile
103                      src/linux/Makefile                      src/linux/Makefile
104                      src/openbsd/Makefile                      src/openbsd/Makefile

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26