diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-03 17:13:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-03 17:13:53 +0300 |
commit | da456ccd7774dbe7efd7e0947f7f01581a19fa77 (patch) | |
tree | 92e8910a7a6541c40a2eb7b23f898ed8545c8770 /autogen.sh | |
parent | e3a07b8a6cc03b6d5063e4da5a474d8c91a84b0a (diff) |
I doubt we need a ChangeLog file
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
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; |