Displaying 1 result from an estimated 1 matches for "gnome_gnorba_hook".
2003 Sep 14
1
configure problem in R-devel caused by conditionals
...conditionally.
(resolving HAVE_ORBIT leaves us with HAVE_GNORBA causing the same
problem. You should be able to reproduce it by running autoreconf (or
aclocal; autoconf - not just autoconf!) and configure on the r-devel
tree).
The culprit is primarily located in acinclude.m4, namely the macro
GNOME_GNORBA_HOOK (used by GNOME_GNORBA_CHECK)
afaik it's never used in configure.ac (I couldn't find it at least),
but the conditionals are "seen" by autoconf. Since all conditionals
must be properly defined, it bails out.
(from automake docs: The shell condition (suitable for use in a shell
if...