--- gforth/configure.in 2012/03/26 16:34:35 1.306 +++ gforth/configure.in 2012/04/03 22:40:14 1.307 @@ -127,6 +127,16 @@ else NO_CROSS="#" fi]) +AC_ARG_WITH(arch, + AC_HELP_STRING([--with-arch=], + [ Build gforth binaries with postfix]), +[if test "$withval" = "no"; then + ARCH="" +else + ARCH=-${withval} +fi]) +AC_SUBST(ARCH) + #variables mentioned in INSTALL AC_ARG_VAR(SH, [The shell]) AC_ARG_VAR(CC, [The C compiler (must support GNU C 2.x).])