[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.5.10 CONFIG_SHELL must be reexported in tests/Makefile.am
From: |
Ralf Wildenhues |
Subject: |
Re: 1.5.10 CONFIG_SHELL must be reexported in tests/Makefile.am |
Date: |
Fri, 10 Dec 2004 17:58:43 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Heinz,
* Heinz Salzmann;Freiburg wrote on Fri, Dec 10, 2004 at 11:15:17AM CET:
>
> here is a small patch to fullfil the requirement
>
> "# Be sure to reexport important environment variables." ;)
>
> This is needed to get "make check" work on Solaris machines.
Thanks. There's quite a bit more missing in branch-1-5, however, which
we've added to HEAD already (F77, CXX, CXXFLAGS etc). CONFIG_SHELL is
missing for HEAD as well, and I've been having problems with this, too.
I even have this very change in one of my testing trees, but haven't
gotten around to looking at the bug I was trying to fix at the time.
Hope to get to this over the weekend and check in the results.
Regards,
Ralf
> diff -Naur libtool-1.5.10/tests/Makefile.am
> libtool-1.5.10-fix/tests/Makefile.am
> --- libtool-1.5.10/tests/Makefile.am 2003-07-31 22:46:41.000000000 +0200
> +++ libtool-1.5.10-fix/tests/Makefile.am 2004-12-10
> 10:58:21.000000000 +0100
> @@ -78,7 +78,8 @@
> TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
> CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
> LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
> - OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" FFLAGS="$(FFLAGS)"
> + OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" FFLAGS="$(FFLAGS)" \
> + CONFIG_SHELL="$(CONFIG_SHELL)"
>
> EXTRA_DIST = defs $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS)
>