- configure.ac: removed with-extra-fascism switch
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 29 Dec 2014 20:16:48 +0000 (20:16 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 29 Dec 2014 20:16:48 +0000 (20:16 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5213 82007160-df01-0410-b94d-b575c5fd34c7

configure
configure.ac
src/libopm/configure
src/libopm/configure.ac

index f560f87bb8e618fc04f59b9c2325a8c534ea3d42..e416a28d4bb939267cf3e03442e02082993158d4 100755 (executable)
--- 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"
index e82d66f17f084ac672e969a7630c42383003ebe3..68145b9f4d44fe9e4ba51c88d9dd209ab4b6e7ab 100644 (file)
@@ -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"],
index 2a02a2d7f0183c620803aa4c5bfd25119af4f511..dd7923e12f2d5136476ad131bf120d6d5daeee6c 100755 (executable)
@@ -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"
index d43ea93d74f6d7c6177dc404e900ae46f9f7bfef..f4b5cda8a72e66f4c7d4e709f7f68448e70bfcdc 100644 (file)
@@ -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"],