diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2008-10-24 01:28:55 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2008-10-24 01:28:55 +1100 |
commit | 3599c39156ec5ca2c0e07e1870a2775e913d6334 (patch) | |
tree | 74e2924351e4e65b059c081f8087b009bc727988 /xdelta/xdelta-1.1.4_m4.patch | |
parent | 46aa804d2ba63b8d365be39f0de146816b0b2928 (diff) | |
download | contrib-3599c39156ec5ca2c0e07e1870a2775e913d6334.tar.gz contrib-3599c39156ec5ca2c0e07e1870a2775e913d6334.tar.xz |
xdelta: quote xdelta.m4 warning
Diffstat (limited to 'xdelta/xdelta-1.1.4_m4.patch')
-rw-r--r-- | xdelta/xdelta-1.1.4_m4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xdelta/xdelta-1.1.4_m4.patch b/xdelta/xdelta-1.1.4_m4.patch new file mode 100644 index 000000000..fd9280c77 --- /dev/null +++ b/xdelta/xdelta-1.1.4_m4.patch @@ -0,0 +1,12 @@ +diff -pruN xdelta-1.1.4.orig/xdelta.m4 xdelta-1.1.4/xdelta.m4 +--- xdelta-1.1.4.orig/xdelta.m4 2008-10-24 01:21:17.259349462 +1100 ++++ xdelta-1.1.4/xdelta.m4 2008-10-24 01:23:04.925100371 +1100 +@@ -4,7 +4,7 @@ + dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) + dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or + dnl +-AC_DEFUN(AM_PATH_XDELTA, ++AC_DEFUN([AM_PATH_XDELTA], + [dnl + dnl Get the cflags and libraries from the xdelta-config script + dnl |