fix error messages

This commit is contained in:
Sears Russell 2008-11-07 08:15:51 +00:00
parent 5321a46d97
commit 58d7e12c58

5
reconf
View file

@ -1,5 +1,4 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# #
# @todo Rewrite this in sh # @todo Rewrite this in sh
# #
@ -45,8 +44,8 @@ exit
); );
# #
my $aclocal_base = `which aclocal` || die `aclocal not found!`; my $aclocal_base = `which aclocal` || die "aclocal not found!";
my $automake_base = `which automake` || die `aclocal not found!`; my $automake_base = `which automake` || die "automake not found!";
chomp $aclocal_base; chomp $aclocal_base;
chomp $automake_base; chomp $automake_base;