summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/automake.in')
-rw-r--r--bin/automake.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/automake.in b/bin/automake.in
index a52a48951..b4ae8f43f 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -1,11 +1,6 @@
#!@PERL@ -w
-# -*- perl -*-
+# automake - create Makefile.in from Makefile.am -*- perl -*-
# @configure_input@
-
-eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
- if 0;
-
-# automake - create Makefile.in from Makefile.am
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify