Re: Autoconf & libssl

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

 



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.

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux