* tests/actest.m4 (AC_ENV_SAVE): X_EXTRA_LIBS can be changed by

AC_PATH_EXTRA.
Reported by Erez Zadok.
This commit is contained in:
Akim Demaille 2000-02-17 09:27:58 +00:00
parent 7e4260dccb
commit c67e931be3
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-02-16 Akim Demaille <akim@epita.fr>
* tests/actest.m4 (AC_ENV_SAVE): X_EXTRA_LIBS can be changed by
AC_PATH_EXTRA.
Reported by Erez Zadok.
2000-02-15 Akim Demaille <akim@epita.fr> 2000-02-15 Akim Demaille <akim@epita.fr>
Define HAVE_DECL_FOO both to 1 if found and 0 otherwise. Define HAVE_DECL_FOO both to 1 if found and 0 otherwise.

1
THANKS
View File

@ -15,6 +15,7 @@ Christian Krone krischan@sql.de
Dave Adams adams@hpesdwa.fc.hp.com Dave Adams adams@hpesdwa.fc.hp.com
Didier Verna verna@inf.enst.fr Didier Verna verna@inf.enst.fr
Doug Evans dje@canuck.cygnus.com Doug Evans dje@canuck.cygnus.com
Erez Zadok ezk@cs.columbia.edu
Eric Mumpower nocturne@mit.edu Eric Mumpower nocturne@mit.edu
Felix Lee flee@cygnus.com Felix Lee flee@cygnus.com
Franc,ois Pinard pinard@iro.umontreal.ca Franc,ois Pinard pinard@iro.umontreal.ca

View File

@ -19,7 +19,7 @@ AC_DEFUN(AC_ENV_SAVE,
egrep -v '^INSTALL(_(DATA|PROGRAM|SCRIPT))?=' | egrep -v '^INSTALL(_(DATA|PROGRAM|SCRIPT))?=' |
egrep -v '^(CYGWIN|ISC|MINGW32|MINIX|EMXOS2|EXEEXT|OBJEXT)=' | egrep -v '^(CYGWIN|ISC|MINGW32|MINIX|EMXOS2|EXEEXT|OBJEXT)=' |
egrep -v '^(NEED_SETGID|KMEM_GROUP)=' | egrep -v '^(NEED_SETGID|KMEM_GROUP)=' |
egrep -v '^(X_(CFLAGS|LIBS|PRE_LIBS)|x_(includes|libraries)|have_x)=' | egrep -v '^(X_(CFLAGS|(|EXTRA_|PRE_)LIBS)|x_(includes|libraries)|have_x)=' |
egrep -v '^(host|build|target)(_(alias|cpu|vendor|os))?=' | egrep -v '^(host|build|target)(_(alias|cpu|vendor|os))?=' |
egrep -v '^(cross_compiling)=' | egrep -v '^(cross_compiling)=' |
egrep -v '^(interpval)=' | egrep -v '^(interpval)=' |