From ad8ebabe9849e9bdbb575d3d905daa52628c570b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 2 Jul 2002 09:26:59 +0000 Subject: [PATCH] * automake.in (create, keyed_aclocal_warning): Delete, unused. --- ChangeLog | 4 ++++ automake.in | 18 ------------------ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0012ad76..04b57e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Alexandre Duret-Lutz + + * automake.in (create, keyed_aclocal_warning): Delete, unused. + 2002-07-01 Alexandre Duret-Lutz * automake.in (ac_macro_for_var): Add YACC. diff --git a/automake.in b/automake.in index 2c27ed39..5a82e7f0 100755 --- a/automake.in +++ b/automake.in @@ -8305,17 +8305,6 @@ sub set_strictness ################################################################ -# Ensure a file exists. -sub create -{ - use IO::File; - my ($file) = @_; - - my $touch = new IO::File (">> $file"); - $touch->close; -} - - # Glob something. Do this to avoid indentation screwups everywhere we # want to glob. Gross! sub my_glob @@ -8401,13 +8390,6 @@ sub file_warning ($@) $SIG{'__WARN__'} = $sig; } -# Tell user where our aclocal.m4 is, but only once. -sub keyed_aclocal_warning ($) -{ - my ($key) = @_; - warn "$me: macro `$key' can be generated by `aclocal'\n"; -} - # INTEGER # require_variables ($WHERE, $REASON, @VARIABLES) # ----------------------------------------------- -- 2.43.5