forked from mirrors/tftp-hpa-google
Fixes to help tru64
This commit is contained in:
parent
454370c052
commit
b38a61cf70
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ release:
|
|||
$(MAKE) distclean
|
||||
|
||||
MCONFIG: configure MCONFIG.in acconfig.h.in
|
||||
./configure
|
||||
if test -x config.status; then ./config.status; else ./configure; fi
|
||||
|
||||
acconfig.h: MCONFIG
|
||||
: Generated by side effect
|
||||
|
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -20,7 +20,7 @@ AC_DEFUN(PA_ADD_CFLAGS,
|
|||
[AC_MSG_CHECKING([if $CC accepts $1])
|
||||
pa_add_cflags__old_cflags="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $1"
|
||||
AC_TRY_COMPILE([#include <stdio.h>],
|
||||
AC_TRY_LINK([#include <stdio.h>],
|
||||
[printf("Hello, World!\n");],
|
||||
AC_MSG_RESULT([yes]),
|
||||
AC_MSG_RESULT([no])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue