[library-web] add redefinitions of some standard macros to acinclude.m4



commit e859bc6f8c9126ef77d6ee8068334425fbcf5406
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri Apr 1 17:17:53 2011 +0530

    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

 acinclude.m4 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644
index 0000000..6ae18fa
--- /dev/null
+++ b/acinclude.m4
@@ -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], [])
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]