From: michael Date: Mon, 29 Dec 2014 20:16:48 +0000 (+0000) Subject: - configure.ac: removed with-extra-fascism switch X-Git-Tag: 1.0.0beta2~14 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=8d5d5c8f95d5f56e81a5b813b5d95de2894a0421;p=hopm.git - configure.ac: removed with-extra-fascism switch git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5213 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/configure b/configure index f560f87..e416a28 100755 --- a/configure +++ b/configure @@ -761,7 +761,6 @@ ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode -with_extra_fascism enable_dependency_tracking enable_shared enable_static @@ -1419,7 +1418,6 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-extra-fascism Add extra gcc3-specific warning flags --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both @@ -2859,16 +2857,6 @@ fi - -# Check whether --with-extra-fascism was given. -if test "${with_extra_fascism+set}" = set; then : - withval=$with_extra_fascism; CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs" -fi - - - - - DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" diff --git a/configure.ac b/configure.ac index e82d66f..68145b9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,25 +6,6 @@ AM_INIT_AUTOMAKE() AC_PREFIX_DEFAULT([\${HOME}/hopm]) AM_MAINTAINER_MODE -AC_ARG_WITH(extra-fascism, - AS_HELP_STRING([--with-extra-fascism], - [Add extra gcc3-specific warning flags]), - [CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs"]) - -dnl ipv6? -dnl AC_ARG_ENABLE(ipv6, -dnl AS_HELP_STRING([--enable-ipv6], [Enable IPV6 support]), -dnl [ac_cv_ipv6=$enableval], [ac_cv_ipv6="no"]) - -dnl AC_MSG_CHECKING([whether to enable IPv6 features]) - -dnl if test "$ac_cv_ipv6" = "yes" ; then -dnl AC_DEFINE(IPV6, 1, [Use Ipv6 Support]) -dnl AC_MSG_RESULT([yes]) -dnl else -dnl AC_MSG_RESULT([no]) -dnl fi - dnl Checks for programs. AC_PROG_CC_C99 AS_IF([test "$ac_cv_prog_cc_c99" = "no"], diff --git a/src/libopm/configure b/src/libopm/configure index 2a02a2d..dd7923e 100755 --- a/src/libopm/configure +++ b/src/libopm/configure @@ -755,7 +755,6 @@ ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode -with_extra_fascism enable_dependency_tracking enable_shared enable_static @@ -1411,7 +1410,6 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-extra-fascism add extra gcc3-specific warning flags --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both @@ -2845,14 +2843,6 @@ fi - -# Check whether --with-extra-fascism was given. -if test "${with_extra_fascism+set}" = set; then : - withval=$with_extra_fascism; CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs" -fi - - - DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" diff --git a/src/libopm/configure.ac b/src/libopm/configure.ac index d43ea93..f4b5cda 100644 --- a/src/libopm/configure.ac +++ b/src/libopm/configure.ac @@ -6,15 +6,6 @@ AM_INIT_AUTOMAKE() AC_PREFIX_DEFAULT([/usr/local/libopm]) AM_MAINTAINER_MODE -AC_ARG_WITH(extra-fascism, - AS_HELP_STRING([--with-extra-fascism], - [add extra gcc3-specific warning flags]), - [CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs"]) - -dnl AC_ARG_WITH(faldo, -dnl AS_HELP_STRING([--with-faldo], -dnl [make some use of Nick Faldo])) - dnl Checks for programs. AC_PROG_CC_C99 AS_IF([test "$ac_cv_prog_cc_c99" = "no"],