From: Jim Meyering Date: Sun, 2 Jul 2000 21:55:20 +0000 (+0000) Subject: (scan_one_configure_file): Recognize AC_LIBOBJ. X-Git-Tag: Release-1-4b~76 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ee1e60d0586064c1906fe27c7fad0cf6700db3b5;p=automake.git (scan_one_configure_file): Recognize AC_LIBOBJ. --- diff --git a/automake.in b/automake.in index 982a0e0e..30d8ef72 100755 --- a/automake.in +++ b/automake.in @@ -4373,6 +4373,10 @@ sub scan_one_configure_file } } } + elsif (/AC_LIBOBJ\(([^)]+)\)/) + { + $libsources{"$1.c"} = 1; + } if (! $in_ac_replace && s/AC_REPLACE_FUNCS\s*\(\[?//) {