+2008-01-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
+
2007-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix some write failure cases in Autotest.
if 0;
# autoreconf - install the GNU Build System in a directory tree
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
}
}
- $aclocal_supports_force = `$aclocal --help` =~ /--force/;
- $automake_supports_force_missing = `$automake --help` =~ /--force-missing/;
+ $aclocal_supports_force = `$aclocal --help 2>/dev/null` =~ /--force/;
+ $automake_supports_force_missing = `$automake --help 2>/dev/null` =~ /--force-missing/;
# Dispatch autoreconf's option to the tools.
# --include;