> > > I set the CXXFLAGS via AM_CXXFLAGS in Makefile.am. the relase version
> > > should have no -g flag... but there is a default CXX_FLAGS variable in
> > > Makefile which has always the -g flag. how can I remove this one?
> >
> > One way is to set it in the environment when running the configur
Background: we are trying to "autoconfiscate" the "linux-ha" package (for
high availability work).
With automake 1.4, I try
automake --foreign --add-missing --copy
and get:
automake: configure.in: installing `./install-sh'
error while copying
automake: configure.in: install
Hi David,
This is a long standing bug that has been fixed in release versions since
automake-1.4-p1. You can always find the latest automake release at
ftp://ftp.gnu.org/gnu/automake/ or any of the gnu mirrors.
Cheers,
Gary.
On Monday 25 June 2001 6:07 pm, David Lee wrote:
> Backgro