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~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65864b67cad0318687b9ba182292ed7dc50a5950;p=thirdparty%2Fautomake.git (scan_one_configure_file): Recognize AC_LIBOBJ. --- diff --git a/automake.in b/automake.in index 982a0e0e8..30d8ef728 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*\(\[?//) {