* lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
linking a file to itself.
Report by Bruno Haible.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2008-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
+ linking a file to itself.
+ Report by Bruno Haible.
+
2008-06-19 Eric Blake <ebb9@byu.net>
Resync with gnulib.
#
if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
- AC_MSG_WARN([not linking $ac_source to itself])
+ :
else
# Prefer the file from the source tree if names are identical.
if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then