pkg://compat-reuters-1.0-1.src.rpm:18808837/fix-mm.diff
info downloads
--- configure.mm 2005-05-27 21:33:31.712577824 +0200
+++ configure 2005-05-27 21:33:46.777287640 +0200
@@ -688,7 +688,7 @@ fi
if test -f skip-this-dir; then
# Perform the same cleanup as the trap handler, minus the "exit 1" of course,
# and reset the trap handler.
- trap 0
+ trap - 0
rm -f Makefile* ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos
# Execute the final clean-up actions
${config_shell} skip-this-dir
@@ -1605,7 +1605,7 @@ fi
# Perform the same cleanup as the trap handler, minus the "exit 1" of course,
# and reset the trap handler.
rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos
-trap 0
+trap - 0
exit 0
--- texinfo/configure.mm 2005-05-28 00:10:31.000000000 +0200
+++ texinfo/configure 2005-05-28 01:00:36.081786608 +0200
@@ -1346,9 +1346,10 @@ else
cat > am_c_test.c << 'EOF'
int main() {
/* Nothing needed here */
+return 0;
}
EOF
-${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5
+${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5 2>&1
am_cv_exeext=`echo am_c_test.* | grep -v am_c_test.c | sed -e s/am_c_test//`
rm -f am_c_test*
fi