add redefinitions of some standard macros to acinclude.m4

Redefine standard macros to do nothing, so it is not required to have a
working C build environment on the server to pass the gettext/intltool
tests
This commit is contained in:
Frédéric Péters 2011-04-01 17:17:53 +05:30
parent 440dd0debd
commit e859bc6f8c
1 changed files with 8 additions and 0 deletions

8
acinclude.m4 Normal file
View File

@ -0,0 +1,8 @@
# redefine standard macros to do nothing, so it is not required to have a
# working C build environment on the server to pass the gettext/intltool
# tests
AC_DEFUN([AC_PROG_CC], [])
AC_DEFUN([AC_PROG_CPP], [])
AC_DEFUN([AC_HEADER_STDC], [])