]> sourceware.org Git - automake.git/commitdiff
(scan_one_configure_file): Recognize AC_LIBOBJ.
authorJim Meyering <jim@meyering.net>
Sun, 2 Jul 2000 21:55:20 +0000 (21:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Jul 2000 21:55:20 +0000 (21:55 +0000)
automake.in

index 982a0e0e861a9f537c0b3a86a7aa853f3a07e9cd..30d8ef728021ab70c7f8c88b755e7b81ca553999 100755 (executable)
@@ -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*\(\[?//)
        {
This page took 0.035598 seconds and 5 git commands to generate.