1 ## Process this file with automake to create Makefile.in
2 # Copyright 2010-2024 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 <https://www.gnu.org/licenses/>.
76 tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.; \
77 TMPDIR=$$tmp__; export TMPDIR; \
79 if test -n "$$BASH_VERSION" || (eval "export v=x") 2>/dev/null; then \
80 export_with_values () { export "$$@"; }; \
82 export_with_values () \
84 sed_extract_var='s/=.*//'; \
85 sed_quote_value="s/'/'\\\\''/g;s/=\\(.*\\)/='\\1'/";\
86 for arg in "$$@"; do \
87 var=`echo "$$arg" | sed "$$sed_extract_var"`; \
88 arg=`echo "$$arg" | sed "$$sed_quote_value"`; \
98 abs_top_builddir='$(abs_top_builddir)' \
99 abs_top_srcdir='$(abs_top_srcdir)' \
100 abs_srcdir='$(abs_srcdir)' \
101 built_programs='$(built_programs)' \
103 top_srcdir='$(top_srcdir)' \
106 GZIP_TEST_NAME=`echo $$tst|sed 's,^\./,,;s,/,-,g'` \
108 PACKAGE_BUGREPORT='$(PACKAGE_BUGREPORT)' \
109 PACKAGE_VERSION=$(PACKAGE_VERSION) \
112 PATH='$(abs_top_builddir)$(PATH_SEPARATOR)'"$$PATH" \