pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-10-09
1996-10-09 08:37:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
48ae53ada417d6dc77d227f8025e96d879a20bd8 (
43
lines) (+
22
/-
21
)
[
Show
|
Annotate
]
Branch:
7.9
entries added
Rev: src/configure.in:1.9
1:
AC_INIT(interpret.c)
-
if test
x${CLAGS
-}
!
= x ; then
-
cflags_is_set=yes
-
else
+
if test
"x${CFLAGS
-}
"
= x ; then
cflags_is_set=no
-
+
else
+
cflags_is_set=yes
fi AC_PROG_CC
41:
#############################################################################
+
+
WARN=""
if test x${GCC-} != xyes -a $cflags_is_set = no; then
-
+
WARN="-g -W -Wformat"
OLD_CFLAGS="$CFLAGS" OPTIMIZE="";
87:
if test "$GCC" = "yes"; then
-
WARN
=
"-g
-W
-Wformat"
-
+
if test $cflags_is_set
=
no;
then
AC_MSG_CHECKING(-pipe) AC_CACHE_VAL(pike_cv_option_pipe, [
104:
AC_MSG_RESULT(-pipe not found) CFLAGS="$OLD_CFLAGS" fi
-
-
+
fi
else
-
WARN=""
+
# # Special hack for HP-UX stupid cc #