configure (zutils-1.9.tar.lz) | : | configure (zutils-1.10.tar.lz) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# configure script for Zutils - Utilities dealing with compressed files | # configure script for Zutils - Utilities dealing with compressed files | |||
# Copyright (C) 2009-2020 Antonio Diaz Diaz. | # Copyright (C) 2009-2021 Antonio Diaz Diaz. | |||
# | # | |||
# This configure script is free software: you have unlimited permission | # This configure script is free software: you have unlimited permission | |||
# to copy, distribute, and modify it. | # to copy, distribute, and modify it. | |||
pkgname=zutils | pkgname=zutils | |||
pkgversion=1.9 | pkgversion=1.10 | |||
srctrigger=doc/${pkgname}.texi | srctrigger=doc/${pkgname}.texi | |||
# clear some things potentially inherited from environment. | # clear some things potentially inherited from environment. | |||
LC_ALL=C | LC_ALL=C | |||
export LC_ALL | export LC_ALL | |||
srcdir= | srcdir= | |||
prefix=/usr/local | prefix=/usr/local | |||
exec_prefix='$(prefix)' | exec_prefix='$(prefix)' | |||
bindir='$(exec_prefix)/bin' | bindir='$(exec_prefix)/bin' | |||
datarootdir='$(prefix)/share' | datarootdir='$(prefix)/share' | |||
skipping to change at line 182 | skipping to change at line 182 | |||
echo "sysconfdir = ${sysconfdir}" | echo "sysconfdir = ${sysconfdir}" | |||
echo "CXX = ${CXX}" | echo "CXX = ${CXX}" | |||
echo "CPPFLAGS = ${CPPFLAGS}" | echo "CPPFLAGS = ${CPPFLAGS}" | |||
echo "CXXFLAGS = ${CXXFLAGS}" | echo "CXXFLAGS = ${CXXFLAGS}" | |||
echo "LDFLAGS = ${LDFLAGS}" | echo "LDFLAGS = ${LDFLAGS}" | |||
echo "DIFF = ${DIFF}" | echo "DIFF = ${DIFF}" | |||
echo "GREP = ${GREP}" | echo "GREP = ${GREP}" | |||
rm -f Makefile | rm -f Makefile | |||
cat > Makefile << EOF | cat > Makefile << EOF | |||
# Makefile for Zutils - Utilities dealing with compressed files | # Makefile for Zutils - Utilities dealing with compressed files | |||
# Copyright (C) 2009-2020 Antonio Diaz Diaz. | # Copyright (C) 2009-2021 Antonio Diaz Diaz. | |||
# This file was generated automatically by configure. Don't edit. | # This file was generated automatically by configure. Don't edit. | |||
# | # | |||
# This Makefile is free software: you have unlimited permission | # This Makefile is free software: you have unlimited permission | |||
# to copy, distribute, and modify it. | # to copy, distribute, and modify it. | |||
pkgname = ${pkgname} | pkgname = ${pkgname} | |||
pkgversion = ${pkgversion} | pkgversion = ${pkgversion} | |||
VPATH = ${srcdir} | VPATH = ${srcdir} | |||
prefix = ${prefix} | prefix = ${prefix} | |||
exec_prefix = ${exec_prefix} | exec_prefix = ${exec_prefix} | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |