From: Artur Frysiak Date: Mon, 15 Dec 2003 12:06:22 +0000 (+0000) Subject: - underquote fix X-Git-Tag: auto/ac/ORBit2-2_8_3-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FORBit2.git;a=commitdiff_plain;h=3986f8b33153276b18d9a0dea722e14c2705e469 - underquote fix Changed files: ORBit2-am18.patch -> 1.1 --- diff --git a/ORBit2-am18.patch b/ORBit2-am18.patch new file mode 100644 index 0000000..5253ed4 --- /dev/null +++ b/ORBit2-am18.patch @@ -0,0 +1,11 @@ +--- ORBit2-2.9.2/ORBit2.m4.wiget 2003-12-15 13:02:20.294114708 +0100 ++++ ORBit2-2.9.2/ORBit2.m4 2003-12-15 13:02:38.186327636 +0100 +@@ -1,7 +1,7 @@ + dnl AM_PATH_ORBIT2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) + dnl Test for ORBit2, and define ORBIT_CFLAGS and ORBIT_LIBS + dnl +-AC_DEFUN(AM_PATH_ORBIT2, ++AC_DEFUN([AM_PATH_ORBIT2], + [dnl + dnl Get the cflags and libraries from the orbit2-config script + dnl