[GRASS5] 5.1: mysterious configure[.in]

Markus Neteler neteler at itc.it
Mon Feb 3 10:44:26 EST 2003


On Fri, Jan 31, 2003 at 04:56:19PM +0000, Glynn Clements wrote:
> 
> Markus Neteler wrote:
> 
> > A followup to the current configure problem in GRASS 5.1:
> > 
> > The configure.in changes are minimal to the working version 1.12.
> > But include/config.h in not written properly any more.
> > 
> > Find attached the diff (what I have changed) to the workinf 1.12
> > version, perhaps someone can tell me the trick.
> > 
> > For now I will revert the change to keep 5.1 in a compilable
> > state. I still don't understand the problem.
> 
> > -AC_OUTPUT(include/Make/Platform.make)
> > +AC_OUTPUT(include/Make/Grass.make include/Make/Platform.make)
> > +
> > +#remove first to avoid link tool problems (5.0 links):
> >  
> > -dnl mkdir -p mk src/CMD/head src/CMD/lists src/include
> > -dnl AC_OUTPUT(Makefile src/CMD/head/head src/CMD/lists/optional
> > -dnl 	mk/Makefile src/include/version.h src/include/winname.h)
> > +\rm -f include/version.h include/winname.h
> > +AC_OUTPUT(include/version.h include/winname.h)
> 
> You must only call AC_OUTPUT once.

Thanks,
now it works.

 Markus




More information about the grass-dev mailing list