Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Fri, 02 Jul 1999 22:11:07 +0000

Re: error in last snapshot?

Ketil Froyn wrote:
> 
> 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,-)'

Ok, I've taken care of this.
Steve, will you update the snapshot generation to use the new autogen
style for lib/svgalib too?

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

autoconf and automake info manuals, and looking at other peoples
sources.
Then (as with everything) you just start hacking and you'll learn on
the way.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se


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