libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plugins on the command line are renamed


From: Paul Biggar
Subject: Re: plugins on the command line are renamed
Date: Tue, 20 Jan 2009 20:06:17 +0000

Hi Ralf,

On Tue, Jan 20, 2009 at 6:48 AM, Ralf Wildenhues <address@hidden> wrote:
>  ./bootstrap
>
> should suffice; please post its output if there are problems.

The problem was at my end. I had a shell script called make in my
path, and it did not agree with bootstrap. It bootstraps fine with and
without the patch. However, libtoolize fails when run, with the
following error:

 $ ./libtoolize --help
./libtoolize: line 1: syntax error near unexpected token
`[AS_INIT[]m4_divert_push'
./libtoolize: line 1:
`m4_pattern_allow([AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])#
Generated from libtoolize.m4sh.'

This is due to the first line being malformed:

 $ head -n 3 libtoolize
m4_pattern_allow([AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])#
Generated from libtoolize.m4sh.

# libtoolize (GNU libtool 1.3057 2009-01-19) 2.2.7a
# Written by Gary V. Vaughan <address@hidden>, 2003


Fixing this by removing the code, I still get errors:

 $ ./libtoolize --help
./libtoolize: line 71: m4_divert_pop: command not found
./libtoolize: line 72: syntax error near unexpected token `[getopt.m4sh]'
./libtoolize: line 72: `m4_include([getopt.m4sh])'

 $ nl -b a libtoolize | head -n 75 | tail
    66
    67  : ${TAR=tar}
    68
    69  PROGRAM=libtoolize
    70
    71  m4_divert_pop
    72  m4_include([getopt.m4sh])
    73
    74  M4SH_VERBATIM([[
    75  # test EBCDIC or ASCII



Hope this is helpful,
Paul



-- 
Paul Biggar
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]