+1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * Makefile.am (@DIST_MAKEFILE_LIST@): work around Ultrix /bin/sh bug
+ * tests/nomode.test (must specify a MODE): ditto
+ Reported by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+ * THANKS: Added Rainer Orth
+
1999-01-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* ltconfig.in: No known version of Solaris 2 hardcoded -L paths.
@DIST_MAKEFILE_LIST@:
dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
test -d $$dir || mkdir $$dir || exit 1; \
- abs_srcdir=`cd $(top_srcdir) >/dev/null && pwd`; \
+ abs_srcdir=`cd $(top_srcdir) && pwd`; \
(cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
# Create and install libltdl.tar.gz
Mimi Burbank <mimi@scri.fsu.edu>
Oliver Guntermann <og@informatik.uni-hannover.de>
Raffaele Sena <raff@aromatic.com>
+Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Ron O'Hara <rono@sentuny.com.au>
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
Stephan Kulow <coolo@kde.org>
status=1
fi
-if $libtool 2>&1 | grep 'you must specify a MODE' >/dev/null; then :
+# The emoticon below works around a nasty bug in Ultrix /bin/sh
+if ($libtool 2>&1; :) | grep 'you must specify a MODE' >/dev/null; then :
else
echo "invalid error when no mode is specified"
status=1