pkgsrc/x11/libXmu/patches/patch-aa
joerg 5fde84fd82 Update to libXmu-1.0.3. No changes, just a botched double-release.
Fix output of AM_PRETTY_CMDS, which is not portable.
2006-12-09 11:49:38 +00:00

17 lines
522 B
Text

$NetBSD: patch-aa,v 1.1 2006/12/09 11:49:38 joerg Exp $
--- configure.orig 2006-12-09 12:45:30.000000000 +0100
+++ configure
@@ -2252,10 +2252,10 @@ AMSHOWCMDSAT=''
AMDEPSHOWCMDSAT=''
AMPRETTYECHO=true
AMCMDECHO=echo
-if test "x$enable_pretty_cmds" == xyes;
+if test "x$enable_pretty_cmds" = xyes;
then
AMSHOWCMDSAT='@'
- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
+ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
AMPRETTYECHO=echo
AMCMDECHO=true
LT_QUIET='--quiet'