axiom-200711-gcl-configure.patch 445 B

123456789101112
  1. --- configure 2008-02-01 09:06:15.000000000 -0500
  2. +++ configure.new 2008-02-01 09:03:18.000000000 -0500
  3. @@ -1711,7 +1711,7 @@
  4. # results, and the version is kept in special file).
  5. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  6. - system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'`
  7. + system=MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`
  8. fi
  9. if test "`uname -s`" = "AIX" ; then
  10. system=AIX-`uname -v`.`uname -r`