From: Matthias Paulmier Date: Wed, 4 Jul 2018 09:12:21 +0000 (+0100) Subject: Remove sub prototype X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6fc6cc58dbb81ad83b8859f536c1019979e0714;p=thirdparty%2Fautomake.git Remove sub prototype --- diff --git a/bin/automake.in b/bin/automake.in index 5a59c349b..168c8b082 100755 --- a/bin/automake.in +++ b/bin/automake.in @@ -106,7 +106,6 @@ sub handle_LIBOBJS_or_ALLOCA; sub handle_all; sub handle_clean; sub handle_compile (); -sub handle_configure; sub handle_data (); sub handle_dist (); sub handle_emacs_lisp ();