Fixes to help tru64

This commit is contained in:
hpa 2004-01-05 19:41:42 +00:00
parent 454370c052
commit b38a61cf70
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ release:
$(MAKE) distclean $(MAKE) distclean
MCONFIG: configure MCONFIG.in acconfig.h.in MCONFIG: configure MCONFIG.in acconfig.h.in
./configure if test -x config.status; then ./config.status; else ./configure; fi
acconfig.h: MCONFIG acconfig.h: MCONFIG
: Generated by side effect : Generated by side effect

2
aclocal.m4 vendored
View file

@ -20,7 +20,7 @@ AC_DEFUN(PA_ADD_CFLAGS,
[AC_MSG_CHECKING([if $CC accepts $1]) [AC_MSG_CHECKING([if $CC accepts $1])
pa_add_cflags__old_cflags="$CFLAGS" pa_add_cflags__old_cflags="$CFLAGS"
CFLAGS="$CFLAGS $1" CFLAGS="$CFLAGS $1"
AC_TRY_COMPILE([#include <stdio.h>], AC_TRY_LINK([#include <stdio.h>],
[printf("Hello, World!\n");], [printf("Hello, World!\n");],
AC_MSG_RESULT([yes]), AC_MSG_RESULT([yes]),
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])