summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d0348b2f7bd3..30b1ae409d71 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -116,8 +116,6 @@ for my $arg (@args) {
# Alloc $ACLOCAL to specify which aclocal to use
$aclocal = $ENV{ACLOCAL} ? $ENV{ACLOCAL} : 'aclocal';
-system ("touch ChangeLog");
-
my $system = `uname -s`;
chomp $system;