summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index da967a420c9c..f15dd91a534d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -135,13 +135,6 @@ if ($src_path ne $build_path)
{
system ("ln -sf $src_path/configure.ac configure.ac");
system ("ln -sf $src_path/g g");
- my @modules = <$src_path/*/Makefile>;
- foreach my $module (@modules)
- {
- my $dir = basename (dirname ($module));
- mkdir ($dir);
- system ("ln -sf $src_path/$dir/Makefile $dir/Makefile");
- }
}
system ("$aclocal $aclocal_flags") && die "Failed to run aclocal";
unlink ("configure");