bug-autoconf
[Top][All Lists]
Advanced

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

Autoconf example scripts for site defaults


From: Harald Oehlmann
Subject: Autoconf example scripts for site defaults
Date: Mon, 08 Oct 2012 11:50:36 +0200
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

In respect to page:
http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Site-Defaults.html#Site-Defaults

the last example did not work for me:
--/usr/local/share/config.site--
test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64'
--EOF--

There was a "true" required as last command.
If the test failed, (library application with no exec_prefix defined)
the site script returned "$?=1" and the configure script stopped with a
locale site script error.

This was autoconf 2.59 and I am not shure, if it is also valid for 2.67
but it is a point I struggeld hard as a novice...

Application:
http://wiki.tcl.tk/3298

Thank you,
Harald



reply via email to

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