1 ## Process this file with automake to create Makefile.in
2 # Copyright 2010 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
53 tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.; \
54 TMPDIR=$$tmp__; export TMPDIR; \
57 if grep '^\#!/usr/bin/perl' "$$1" > /dev/null; then \
58 if $(PERL) -e 'use warnings' > /dev/null 2>&1; then \
59 grep '^\#!/usr/bin/perl -T' "$$1" > /dev/null && T_=T || T_=; \
60 $(PERL) -w$$T_ -I$(srcdir) -MCoreutils \
61 -M"CuTmpdir qw($$f)" -- "$$1"; \
63 echo 1>&2 "$$tst: configure did not find a usable version of Perl," \
64 "so skipping this test"; \
74 abs_top_builddir='$(abs_top_builddir)' \
75 abs_top_srcdir='$(abs_top_srcdir)' \
76 abs_srcdir='$(abs_srcdir)' \
77 built_programs='$(built_programs)' \
79 top_srcdir='$(top_srcdir)' \
81 GZIP_TEST_NAME=`echo $$tst|sed 's,^\./,,;s,/,-,g'` \
83 PACKAGE_BUGREPORT='$(PACKAGE_BUGREPORT)' \
84 PACKAGE_VERSION=$(PACKAGE_VERSION) \
87 PATH='$(abs_top_builddir)$(PATH_SEPARATOR)'"$$PATH" \