summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Paulmier <matt@mpaulmier.home>2018-07-04 10:12:21 +0100
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-07-04 16:52:56 +0200
commitf6fc6cc58dbb81ad83b8859f536c1019979e0714 (patch)
treefcce81e0bf93661fa952dac8b9366f24b6f6ad8e
parent9881260ad22a14ae731f29c15bc5df81c0002271 (diff)
downloadautomake-f6fc6cc58dbb81ad83b8859f536c1019979e0714.tar.gz
Remove sub prototype
-rwxr-xr-xbin/automake.in1
1 files changed, 0 insertions, 1 deletions
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 ();