]> git.pld-linux.org Git - packages/happy.git/commitdiff
7ce155eacd5e5cc83bc7bd0fd514f48a happy-ac.patch
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 18 Sep 2001 18:25:07 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    happy-ac.patch -> 1.1

happy-ac.patch [new file with mode: 0644]

diff --git a/happy-ac.patch b/happy-ac.patch
new file mode 100644 (file)
index 0000000..23d4327
--- /dev/null
@@ -0,0 +1,38 @@
+diff -ur happy-1.10.orig/aclocal.m4 happy-1.10/aclocal.m4
+--- happy-1.10.orig/aclocal.m4 Mon Apr 23 15:35:18 2001
++++ happy-1.10/aclocal.m4      Tue Sep 18 20:22:46 2001
+@@ -638,7 +638,7 @@
+ dnl *** Helper function **
+ dnl 
+-AC_DEFUN(FPTOOLS_IN_SCOPE,AC_TRY_LINK([extern char* $1;],[return (int)&$2], $3=yes, $3=no))
++AC_DEFUN([FPTOOLS_IN_SCOPE],[AC_TRY_LINK([extern char* $1;],[return (int)&$2], $3=yes, $3=no)])
+ dnl *** What's the end-of-text-section marker called? ***
+ dnl
+@@ -767,25 +767,6 @@
+ []
+ )])]
+ )
+-
+-dnl check for prototypes
+-dnl
+-AC_DEFUN(AC_C_PROTOTYPES,
+-[AC_CACHE_CHECK([prototypes], ac_cv_prototypes,
+-[AC_TRY_COMPILE([
+-void foo(int);
+-void foo(i)
+-int i; { 
+-return;
+-}
+-],
+-[int i;], 
+-ac_cv_prototypes=yes,
+-ac_cv_prototypes=no)])
+-if test "$ac_cv_prototypes" = yes; then
+-AC_DEFINE(HAVE_PROTOTYPES)
+-fi
+-])
+ dnl ** Check which CATALOG file we have to use with DocBook SGML.
+ dnl
This page took 0.069828 seconds and 4 git commands to generate.