caam

changeset 33:24e3498cea00

Preserve more environment vars
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 22 Feb 2020 11:55:56 +0900
parents ddb9b6f2ba40
children 1ef741b72295
files bin/caam
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/bin/caam	Mon Feb 17 15:04:29 2020 +0900
     1.2 +++ b/bin/caam	Sat Feb 22 11:55:56 2020 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  # caam - Configure And And Make
     1.6 -# (C)2008-2018 by HIROSE, Yuuji [yuuji/at/gentei.org]
     1.7 +# (C)2008-2020 by HIROSE, Yuuji [yuuji/at/gentei.org]
     1.8  # $HGid$
     1.9  # http://www.gentei.org/~yuuji/software/caam/
    1.10  
    1.11 @@ -183,6 +183,7 @@
    1.12  		CONFIG_SHELL DESTDIR \
    1.13    		PKG_CONFIG PKG_CONFIG_PATH \
    1.14  		CAAM_PREFIXES CAAM_ADD CFG MAKE MKOPT \
    1.15 +		ACLOCAL AUTOCONF AUTOMAKE GETOPT \
    1.16  		$acvars $otvars; do
    1.17    eval "v=\$$e"
    1.18    if [ x"$v" != x"" ]; then