pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-07
2005-04-07 18:31:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
211a01677c924779b107aeab41bc14fd41134ce5 (
24
lines) (+
20
/-
4
)
[
Show
|
Annotate
]
Branch:
211a01677c924779b107aeab41bc14fd41134ce5
Reduce warning count on AIX.
Rev: src/configure.in:1.880
1:
-
AC_REVISION("$Id: configure.in,v 1.
879
2005/
03
/
28
19
:
41
:
18
nilsson
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
880
2005/
04
/
07
18
:
31
:
16
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
347:
# # icc: Command line remark: option '-W' not supported pike_cv_option_$2=no
+
elif grep -i 'illegal option' <conftezt.out.2 >/dev/null; then
+
# cc/Solaris says the following regarding -xdepend:
+
#
+
# cc: Warning: illegal option -xdepend
+
pike_cv_option_$2=no
else :; fi ifelse([$6], , ,[ if test "$pike_cv_option_$2" = yes; then
2052:
AC_SYS_COMPILER_FLAG_QINFO(use) # AC_SYS_COMPILER_FLAG(-qalias=addr,qalias_addr,OPTIMIZE) # AC_SYS_COMPILER_FLAG(-qlibansi,qlibansi,OPTIMIZE)
+
+
# Suppress warnings and informational messages we aren't interested in.
+
AC_DEFUN(AC_SYS_COMPILER_FLAG_QSUPPRESS, [
+
AC_SYS_COMPILER_FLAG(-qsuppress=$1,
+
translit([qsuppress_$1],[-:],[__]),
+
WARN)
+
])
+
# 1506-010 (W) Macro XX invoked with a null argument for parameter Z.
+
AC_SYS_COMPILER_FLAG_QSUPPRESS(1506-010)
+
# Tell the linker to generate a large toc if needed # Tell the linker to generate a large toc if needed #
2247:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
879
2005/
03
/
28
19
:
41
:
18
nilsson
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
880
2005/
04
/
07
18
:
31
:
16
grubba
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2285:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
879
2005/
03
/
28
19
:
41
:
18
nilsson
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
880
2005/
04
/
07
18
:
31
:
16
grubba
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2294:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
879
2005/
03
/
28
19
:
41
:
18
nilsson
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
880
2005/
04
/
07
18
:
31
:
16
grubba
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF