summaryrefslogtreecommitdiff
path: root/bin/wrap-aclocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wrap-aclocal.in')
-rw-r--r--bin/wrap-aclocal.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/wrap-aclocal.in b/bin/wrap-aclocal.in
index 2fcccb4a2..e6e4782d2 100644
--- a/bin/wrap-aclocal.in
+++ b/bin/wrap-aclocal.in
@@ -16,11 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-BEGIN
-{
- use strict;
- unshift @ARGV,
- '--automake-acdir=@abs_top_srcdir@/m4',
- '--system-acdir=@abs_top_srcdir@/m4/acdir';
-}
require '@abs_top_builddir@/bin/aclocal';