On Tuesday 01 January 2008 15:15:16 Ales Hvezda wrote: > >> checking for guile... /usr/bin/guile > > > >This line never appears in my log. > > Yup, because you probably don't have GUILE_FLAGS which is > provided by /usr/share/aclocal/guile.m4. The guile check inside libgeda's > configure.ac needs to be make a little bit more robust to take this > into account.
How about we use a custom m4 macro:
define([gEDA_m4_check_macro], [ifdef([$1], , [m4_fatal([m4 macro `$1' is not
defined. Ensure that `$2' is installed in your aclocal search path.],
[1])])])
Then for each macro which we think might need installing, we do something
like:
gEDA_m4_check_macro([GUILE_FLAGS], [guile.m4])
This would generate errors during autogen if the macro definitions are
missing.
Peter
--
Peter Brett
Electronic Systems Engineer
Integral Informatics Ltd
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
