X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsetenv;h=cf534d29ba386810ac049ac7677de88e950fb6ad;hb=c3631123354a030261b19e206205bbfb973af38b;hp=1c93bfb5c0842c359221e8748522fa2bfbd389bf;hpb=81e61b220d430779361b384b360b58a711cfd046;p=gnulib.git diff --git a/modules/setenv b/modules/setenv index 1c93bfb5c..cf534d29b 100644 --- a/modules/setenv +++ b/modules/setenv @@ -7,12 +7,16 @@ m4/setenv.m4 Depends-on: stdlib -malloca -alloca-opt -unistd +malloca [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +alloca-opt [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +unistd [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +environ [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] configure.ac: gl_FUNC_SETENV +if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then + AC_LIBOBJ([setenv]) +fi gl_STDLIB_MODULE_INDICATOR([setenv]) Makefile.am: @@ -21,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible