"Eric MC.D" <[EMAIL PROTECTED]> writes:
> Guillaume Cottenceau wrote:
> >
> > "Eric MC.D" <[EMAIL PROTECTED]> writes:
> >
> > [...]
> >
> > > > [gc@kenobi ~] ls /RPMS/tse*
> > > > ls: /RPMS/tse*: No such file or directory
> > > > [gc@kenobi ~] ls /contrib/RPMS/tse*
> > > > ls: /contrib/RPMS/tse*: No such file or directory
> > >
> > > The tse3 is a package needed by noteedit ! it's in .tar
> > > format
> > > not from mandrake.
> > > The config.h.in in this package mentio. a PACKAGE and
> > > VERSION
> > > but it also need this from autoconfig (acconfig.h).
> > > So when I added it to acconfig.h all builds as a charm,
> > > without it nothing to do.
> > > So apparantly some packages needs PACKAGE and VERSION in
> > > acconfig.h to compile.
> >
> > Which acconfig.h? the system-wide one or the one that is part of the code
> > distributed with the package?
> The acconfig.h of autoconfig-.......mdk.rpm
> The package who's need PACKAGE and VERSION on the acconfig.h
> from
> autoconfig-...mdk.rpm , is :
> http://tse3.sourceforge.net
In the current version it works.
[gc@kenobi ~/rpm/tmp/tse3-0.0.7] rgrep -h VERSION config.h* Makefile*
config.h:#define VERSION "0.0.7"
config.h.in:#undef VERSION
Makefile:VERSION = 0.0.7
Makefile:distdir = $(PACKAGE)-$(VERSION)
Makefile.in:VERSION = @VERSION@
Makefile.in:distdir = $(PACKAGE)-$(VERSION)
Did you say there was no config.h.in ? Maybe the author saw his error :-).
(and by the way it's not `autoconfig', it's `autoconf')
--
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/