autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf & libssl


From: Mike Frysinger
Subject: Re: Autoconf & libssl
Date: Fri, 11 Nov 2011 11:31:14 -0500
User-agent: KMail/1.13.7 (Linux/3.1.0; KDE/4.6.5; x86_64; ; )

On Friday 11 November 2011 11:13:22 Till Elsner wrote:
> Ok, here we go: The following configure.ac seems to serve as a
> minimal example:
> --- begin configure.ac ---
> AC_PREREQ([2.68])
> AC_INIT([actest], [1])
> AC_SEARCH_LIBS([MD5], [ssl]);
> AC_OUTPUT
> --- end configure.ac ---
> 
> I only have this one file. I run
> autoreconf
> and
> ./configure
> and I get
> ./configure: line 2600: syntax error near unexpected token `;'
> ./configure: line 2600: `;'
> 
> So far, I've seen this error on x86_64 Gentoo and x86 Arch.

i would say that's a bug in your script.  it's no different from doing:
        bash -c ';'

shells do not like semi-colons without commands.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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