rpms/gettext/devel gettext-xglade-define-xml-major-version-285701.patch, 1.1, 1.2

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Fri Sep 14 13:06:40 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gettext/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32586

Modified Files:
	gettext-xglade-define-xml-major-version-285701.patch 
Log Message:
AC_DEFINE([XML_MAJOR_VERSION], ...) -> AC_DEFINE_UNQUOTED(...)


gettext-xglade-define-xml-major-version-285701.patch:

Index: gettext-xglade-define-xml-major-version-285701.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gettext/devel/gettext-xglade-define-xml-major-version-285701.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gettext-xglade-define-xml-major-version-285701.patch	14 Sep 2007 12:19:34 -0000	1.1
+++ gettext-xglade-define-xml-major-version-285701.patch	14 Sep 2007 13:06:38 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up gettext-0.16.1/gettext-tools/configure.ac.4-expat~ gettext-0.16.1/gettext-tools/configure.ac
 --- gettext-0.16.1/gettext-tools/configure.ac.4-expat~	2006-11-27 18:02:01.000000000 +0100
-+++ gettext-0.16.1/gettext-tools/configure.ac	2007-09-14 13:55:28.000000000 +0200
++++ gettext-0.16.1/gettext-tools/configure.ac	2007-09-14 15:03:43.000000000 +0200
 @@ -238,6 +238,22 @@ case "$host_os" in
      LTLIBEXPAT="-ldl"
      AC_SUBST(LIBEXPAT)
@@ -17,7 +17,7 @@
 +        rm -f ./xml_major_version ./xml_major_version.c
 +        AC_MSG_RESULT([$XML_MAJOR_VERSION])
 +        AC_SUBST(XML_MAJOR_VERSION)
-+        AC_DEFINE([XML_MAJOR_VERSION],$XML_MAJOR_VERSION,[The API version of the expat library found during compilation.])
++        AC_DEFINE_UNQUOTED([XML_MAJOR_VERSION],$XML_MAJOR_VERSION,[The API version of the expat library found during compilation.])
 +    ],[
 +        AC_ERROR([cannot determine version of expat library, expat.h is missing])
 +    ])




More information about the fedora-extras-commits mailing list