rpms/condor/devel autoconf-relax-quoting.patch, NONE, 1.1 condor.spec, 1.4, 1.5

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Wed Aug 6 15:55:47 UTC 2008


Author: matt

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

Modified Files:
	condor.spec 
Added Files:
	autoconf-relax-quoting.patch 
Log Message:
handle autoconf 2.62

autoconf-relax-quoting.patch:

--- NEW FILE autoconf-relax-quoting.patch ---
commit c1a10db8a078c72752c8aeeb6b2afcabcf1d5e06
Author: Matthew Farrellee <mfarrellee at redhat.com>
Date:   Wed Aug 6 10:40:30 2008 -0500

    Relax the overquoting in CONDOR_SET_ANALYZE, F10's autoconf complains

diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 3fb2c83..e31f0d5 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -477,7 +477,7 @@ AC_DEFUN([CONDOR_SET_ANALYZE],
  if test "x$[ac_condor_analyze_[$1]]" = "x"; then
    if test ! "x$ac_condor_analyze" = "x" ; then
      AC_MSG_WARN([no condor_analyze.$1 found, using $ac_condor_analyze])
-     AC_SUBST([condor_analyze_[$1]],$ac_condor_analyze)
+     AC_SUBST([condor_analyze_$1],$ac_condor_analyze)
    else
      if test "$2" = "fatal" ; then 
        AC_MSG_ERROR([neither condor_analyze.$1 nor condor_analyze found])
@@ -486,7 +486,7 @@ AC_DEFUN([CONDOR_SET_ANALYZE],
      fi
    fi
  else 
-   AC_SUBST([condor_analyze_[$1]],$[ac_condor_analyze_[$1]])
+   AC_SUBST([condor_analyze_$1],$[ac_condor_analyze_$1])
  fi
 ])


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/condor.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- condor.spec	6 Aug 2008 15:04:10 -0000	1.4
+++ condor.spec	6 Aug 2008 15:55:17 -0000	1.5
@@ -22,6 +22,7 @@
 Patch0: condor_config.generic.patch
 Patch2: GLibCFlag28.patch
 Patch3: DetectGCC430.patch
+Patch4: autoconf-relax-quoting.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -93,6 +94,7 @@
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # fix errant execute permissions
 find src -perm /a+x -type f -name "*.[Cch]" -exec chmod a-x {} \;
@@ -454,6 +456,7 @@
 * Wed Aug  6 2008  <mfarrellee at redhat> - 7.0.4-1
 - Updated to 7.0.4 source
 - Stopped using condor_configure in install step
+- Patched aclocal.m4 to handle autoconf 2.62
 
 * Tue Jun 10 2008  <mfarrellee at redhat> - 7.0.2-1
 - Updated to 7.0.2 source




More information about the fedora-extras-commits mailing list