summaryrefslogtreecommitdiff
path: root/bin/autoupdate.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2003-08-21 17:50:11 +0000
committerAkim Demaille <akim@epita.fr>2003-08-21 17:50:11 +0000
commita5b49f45d67646dfa04ff17258eecafe6aff30bb (patch)
tree30309616f0c3f927ac087bb06662dc12e399465d /bin/autoupdate.in
parentcf2308cf7bbc3928b63153f597cb687ac0895760 (diff)
downloadautoconf-a5b49f45d67646dfa04ff17258eecafe6aff30bb.tar.gz
* lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
(&verbose): Remove. (&getopt): Adjust the note and verb channels, depending upon --verbose. * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in, * bin/autoupdate.in: Adjust. Use &verb, not &verbose.
Diffstat (limited to 'bin/autoupdate.in')
-rw-r--r--bin/autoupdate.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/autoupdate.in b/bin/autoupdate.in
index 6ca8fb0c..e7eb8f82 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -105,8 +105,6 @@ sub parse_args ()
'B|prepend-include=s' => \@prepend_include,
'f|force' => \$force);
- setup_channel 'note', silent => !$verbose;
-
if (! @ARGV)
{
my $configure_ac = require_configure_ac;