(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 982a0e0..30d8ef7 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*\(\[?//)
        {