* tests/install.at (Install tests): Use `-no-undefined'.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2008-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Use -no-undefined in install tests.
+ * tests/install.at (Install tests): Use `-no-undefined'.
+
2008-11-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Do not use `test ... -a ...'.
echo 'int a () { return 0; }' > a.c
$LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c a.c
-$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la a.lo -rpath $inst
+AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba.la a.lo ]dnl
+ [-rpath $inst -no-undefined], [], [ignore], [ignore])
AT_CHECK([$LIBTOOL --mode=install $INSTALL liba.la $inst],
[], [stdout], [ignore])
AT_CHECK([grep ' -m 755' stdout], [], [ignore])