SOURCES: libgphoto2-m4_syntax.patch (NEW) - fixed syntax in two m4 files

hawk hawk at pld-linux.org
Thu May 29 15:20:39 CEST 2008


Author: hawk                         Date: Thu May 29 13:20:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed syntax in two m4 files

---- Files affected:
SOURCES:
   libgphoto2-m4_syntax.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgphoto2-m4_syntax.patch
diff -u /dev/null SOURCES/libgphoto2-m4_syntax.patch:1.1
--- /dev/null	Thu May 29 15:20:39 2008
+++ SOURCES/libgphoto2-m4_syntax.patch	Thu May 29 15:20:34 2008
@@ -0,0 +1,24 @@
+diff -ur libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-documentation.m4 libgphoto2-2.4.1/libgphoto2_port/m4/gp-documentation.m4
+--- libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-documentation.m4	2007-07-27 07:53:47.000000000 +0200
++++ libgphoto2-2.4.1/libgphoto2_port/m4/gp-documentation.m4	2008-05-29 15:13:40.000000000 +0200
+@@ -107,7 +107,7 @@
+ fi
+ AC_SUBST([htmldir])
+ apidocdir="${htmldir}/api"
+-AC_SUBST([apidocdir}])
++AC_SUBST([apidocdir])
+ 
+ ])dnl
+ 
+diff -ur libgphoto2-2.4.1.orig/m4m/gp-documentation.m4 libgphoto2-2.4.1/m4m/gp-documentation.m4
+--- libgphoto2-2.4.1.orig/m4m/gp-documentation.m4	2007-07-27 07:54:04.000000000 +0200
++++ libgphoto2-2.4.1/m4m/gp-documentation.m4	2008-05-29 15:13:32.000000000 +0200
+@@ -107,7 +107,7 @@
+ fi
+ AC_SUBST([htmldir])
+ apidocdir="${htmldir}/api"
+-AC_SUBST([apidocdir}])
++AC_SUBST([apidocdir])
+ 
+ ])dnl
+ 
================================================================


More information about the pld-cvs-commit mailing list