| Am I missing something here? | | I can't get AC_PROG_PATH to work the way it is documented. | I am using the example from the documentation: | | AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd, | $PATH:/usr/libexec:/usr/sbin:/usr/etc:etc) | | [Maybe this is related to my problems with autoreconfig]
Nope. | GNU Autoconf 2.53 | SunOS dhcppc4 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-5_10 * Major changes in Autoconf 2.53d -*- outline -*- [...] - AC_PATH_PROG Now colon in the optional path arguments are properly handled.