On Dec 20, 2007, at 11:46 , Kristis Makris wrote:

Probably. Even though awk does not run interactively in my system.

Anyway, we need to use autoconf to detect Mac OS X and if so how should
awk be executed to report its version ?

It doesn't support version information, nor sed does.
But if we detect the GNU pendants, can't we use them?
Or is there the possiblity to override defaults in configure by passing paths as arguments, e.g. for awk, sed....?

At the moment I'm modifying configure.in, e.g.
        AC_DEVEL_PROGRAM_PRINT_VERSION(gawk, "-W version")

Another workaround for me is to have symbolic links to the GNU versions, but it would ease testing if I could tell configure.

--
Oliver
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to