libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LT_AC_PROG_SED


From: Albert Chin
Subject: LT_AC_PROG_SED
Date: Wed, 26 Jun 2002 06:33:30 -0500
User-agent: Mutt/1.2.5i

LT_AC_PROG_SED has:
  ...
  # Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  trap '{ (exit 1); exit 1; }' 1 2 13 15
}

Is $debug a reserved variable? OpenSLP 1.09a has an --enable-debug
option that sets debug=yes or debug=no. Because of this, the above
generates a /bin/sh error.

-- 
albert chin (address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]