Does anyone know of any past, current, or future efforts to have the GNU build system
(autoconf, automake, libtool) support the NetWare platform?
With some NetWare-specific configuration added to the GNU build tools, it seems
feasible to run them on a Cygwin host, specifying NetWare as the targ
AR_FLAGS"; then
> AR_FLAGS=cru
> fi
> AC_SUBST([AR])dnl
> AC_SUBST([AR_FLAGS])dnl
>
source path: lib/am/libs.am
installed path: share/automake-1.x/ams/libs.am
25c25,26
< AR = ar
---
> AR = @AR@
> AR_FLAGS = @AR_FLAGS@
I strongly recommend that these patches (or similar ones) be included in automake.
Thanks,
Paul Thomas