From efea424869013a76aa8915db83db1361d72bb9d1 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 16 Sep 1999 08:42:25 +0000 Subject: [PATCH] use AM_PROG_CC_STDC which covers AIX, Ultrix, OSF/1, HP-UX, and SVR4 --- configure.in.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.in.in b/configure.in.in index 7360478433..46c94897af 100644 --- a/configure.in.in +++ b/configure.in.in @@ -71,10 +71,10 @@ AM_MAINTAINER_MODE dnl We want this one before the checks, so the checks can modify CFLAGS. test -z "$CFLAGS" && auto_cflags=1 -dnl If we're using cc on HP-UX, add the -Ae to CFLAGS -if test -n "$auto_cflags" && test "`uname -s 2>/dev/null`" = "HP-UX"; then - test -n "$GCC" || CFLAGS="-Ae $CFLAGS -D_HPUX_SOURCE" -fi +dnl If we're using cc on HP-UX, add -Ae -D_HPUX_SOURCE [obsolete] +dnl if test -n "$auto_cflags" && test "`uname -s 2>/dev/null`" = "HP-UX"; then +dnl test -n "$GCC" || CFLAGS="-Ae $CFLAGS -D_HPUX_SOURCE" +dnl fi dnl Checks for programs. AM_PROG_LIBTOOL @@ -98,6 +98,8 @@ dnl## OLDLIBS=$LIBS; LIBS="" AC_PROG_CC dnl## LIBS=$OLDLIBS +AM_PROG_CC_STDC + AC_PROG_RANLIB AC_PROG_CC_C_O AC_PROG_LN_S -- 2.40.0