This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

INSTALL_DATA, was Re: sep-2001 libstdc++ outstanding


On Wed, Oct 03, 2001 at 12:23:53AM -0700, Benjamin Kosnik wrote:
> 2001-09-24
> 	Overriding INSTALL_DATA in configure
> 	http://gcc.gnu.org/ml/libstdc++/2001-09/msg00101.html
> 	(??)

It's an autoconf thing, set during AC_PROG_INSTALL:

    test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'

You could probably just set it outright, in configure.target.
AC_PROG_INSTALL is checked just before GLIBCPP_CHECK_TARGET, but since
both of them are done during GLIBCPP_CONFIGURE, there don't seem to be any
other dependancies, and the AC_PROG_INSTALL (along with the AC_HECK_TOOLs
near it) could probably be moved down before GKIBCPP_CHECK_TARGET.

Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]