Kristis, what about replacing
-AC_DEVEL_PROGRAM_PRINT_VERSION(awk, "-W version")
by
+AC_DEVEL_PROGRAM_PRINT_VERSION($AWK, "-W version")
in configure.in?
--
Oilver
On Dec 20, 2007, at 8:20 , Kristis Makris wrote:
On Thu, 2007-12-20 at 11:59 +0100, Oliver Schäfer wrote:
It doesn't support version information, nor sed does.
But if we detect the GNU pendants, can't we use them?
If you can detect you are running on Mac OS X, and the default awk on
Mac OS X takes different arguments, or there is a separate, standard,
path for the GNU versions of these tools (e.g. /opt/gnu/bin/) use it
under a test for "if running on Mac OS X".
Or is there the possiblity to override defaults in configure by
passing paths as arguments, e.g. for awk, sed....?
I'd rather we avoided doing that if we can.
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.
That does not sound like the long-term solution
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users