I doubt we need a ChangeLog file

This commit is contained in:
Tor Lillqvist
2011-07-03 17:13:53 +03:00
parent e3a07b8a6c
commit da456ccd77

View File

@@ -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;