This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
INSTALL_DATA, was Re: sep-2001 libstdc++ outstanding
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: INSTALL_DATA, was Re: sep-2001 libstdc++ outstanding
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Thu, 4 Oct 2001 13:33:32 -0400
- Cc: dje at watson dot ibm dot com, libstdc++ at gcc dot gnu dot org
- References: <200110030723.f937Nra19288@constant.com>
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