Index: [thread] [date] [subject] [author]
  From: Ketil Froyn <ketilf@ifi.uio.no>
  To  : ggi-develop@eskimo.com
  Date: Fri, 2 Jul 1999 22:47:43 +0200 (MET DST)

error in last snapshot?

Hi.
I downloaded today's snapshot (990702), and when I try to make
svgalib-wrapper, I get:
> ./autogen.sh
aclocal: ./libtool.m4: 25: duplicated macro `AC_PROG_LIBTOOL'
aclocal: ./libtool.m4: 123: duplicated macro `AC_ENABLE_SHARED'
aclocal: ./libtool.m4: 149: duplicated macro `AC_DISABLE_SHARED'
aclocal: ./libtool.m4: 153: duplicated macro `AC_DISABLE_STATIC'
aclocal: ./libtool.m4: 160: duplicated macro `AC_ENABLE_STATIC'
aclocal: ./libtool.m4: 187: duplicated macro `AC_PROG_LD'
aclocal: ./libtool.m4: 290: duplicated macro `AC_PROG_LD_GNU'
aclocal: ./libtool.m4: 301: duplicated macro `AC_PROG_NM'
aclocal: ./libtool.m4: 337: duplicated macro `AC_SYS_NM_PARSE'
aclocal: ./libtool.m4: 511: duplicated macro `AC_SYS_SYMBOL_UNDERSCORE'
aclocal: ./libtool.m4: 550: duplicated macro `AM_PROG_LIBTOOL'
aclocal: ./libtool.m4: 551: duplicated macro `AM_ENABLE_SHARED'
aclocal: ./libtool.m4: 552: duplicated macro `AM_ENABLE_STATIC'
aclocal: ./libtool.m4: 553: duplicated macro `AM_DISABLE_SHARED'
aclocal: ./libtool.m4: 554: duplicated macro `AM_DISABLE_STATIC'
aclocal: ./libtool.m4: 555: duplicated macro `AM_PROG_LD'
aclocal: ./libtool.m4: 556: duplicated macro `AM_PROG_NM'
aclocal: ./libtool.m4: 557: duplicated macro `AM_SYS_NM_PARSE'
aclocal: ./libtool.m4: 558: duplicated macro `AM_SYS_SYMBOL_UNDERSCORE'
automake: reading configure.in
automake: reading Makefile.am
automake: creating Makefile.in
automake: reading vga/Makefile.am
automake: creating vga/Makefile.in
automake: reading include/Makefile.am
automake: creating include/Makefile.in
> ./configure
creating cache ./config.cache
./configure: syntax error near unexpected token
`AM_INIT_AUTOMAKE(svgalib4ggi,0.6,-)'
./configure: ./configure: line 527: `AM_INIT_AUTOMAKE(svgalib4ggi,0.6,-)'

I'm no autoconf/automake hacker, so I can't even look at this. Is there a
recommended source to learn about this stuff?

Ketil Froyn
--
The angle of the dangle is proportional to the heat of the meat.

http://www.ifi.uio.no/~ketilf/       
mailto:ketilf@ifi.uio.no


Index: [thread] [date] [subject] [author]