Hi,
On Tue, Mar 28, 2006 at 01:24:08PM +0100, Mike Taylor wrote:
> Ko schreef:
> > on some of our systems we use automake-1.9
> > This seems to brake installing YAZ from CVS:
> >
> > sloot boole:~/dvl/yaz$ ./buildconf.sh
> > + aclocal -I .
> > aclocal:configure.in:16: warning: macro
`AM_DISABLE_SHARED' not found in
> > library
> > aclocal:configure.in:17: warning: macro
`AM_PROG_LIBTOOL' not found in
> > library
> > + libtoolize --automake --force
> > + automake --add-missing
> > src/Makefile.am:7: Libtool library used but
`LIBTOOL' is undefined
> > src/Makefile.am:7:
> > src/Makefile.am:7: The usual way to define
`LIBTOOL' is to add
> > `AC_PROG_LIBTOOL'
> > src/Makefile.am:7: to `configure.in' and run
`aclocal' and `autoconf' again.
> > + automake --add-missing
> > src/Makefile.am:7: Libtool library used but
`LIBTOOL' is undefined
> > src/Makefile.am:7:
> > src/Makefile.am:7: The usual way to define
`LIBTOOL' is to add
> > `AC_PROG_LIBTOOL'
> > src/Makefile.am:7: to `configure.in' and run
`aclocal' and `autoconf' again.
>
> I had something similar recently. The solution was to
install the
> "libtool" package.
libtool 1.4.3 is installed on the system Ko is working on.
The problem seems to be that buildconf.sh assumes any
automake will do.
I've seen the build fail with automake 1.9.6. However,
building with
automake 1.6.3 works just fine.
There are (at least) 3 ways to fix this:
1) In buildconf.sh, replace
aclocal -I .
libtoolize --automake --force
automake --add-missing
automake --add-missing
autoconf
with
AUTOMAKE=automake-1.6 autoreconf
(This assumes autoreconf as shipped with GNU Autoconf 2.59
is available:
I tried using this with autoreconf as shipped with GNU
Autoconf 2.57,
but that failed here.)
2) In buildconf.sh, replace
automake --add-missing
automake --add-missing
with
automake-1.6 --add-missing
automake-1.6 --add-missing
3) Fix configure.in to work with newer automakes
Bye,
Joost
--
Joost van Baal http://abramowitz.uvt.nl/
a>
Tilburg
University
joostvb+yaz uvt.nl The
Netherlands
_______________________________________________
Yazlist mailing list
Yazlist lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
|