I need to invoke /usr/local/bin/gm4 to get a configure.ac script processed by autoconf.
NOTE: Don't point me to the -g option of /usr/bin/m4 , that does not work. This is in my port Makefile, of course... BUILD_DEPENDS= :m4->=1.4:devel/m4 I have tried these things in my port Makefile: 1. M4=/usr/local/bin/gm4 2. CONFIGURE_ARGS+= M4=/usr/local/bin/gm4 3. CONFIGURE_ENV+= M4=/usr/local/bin/gm4 4. post-patch: export M4=/usr/local/bin/gm4 Outside ports, nr. 4 works, but when building a port, I can't get away from autoconf invoking /usr/bin/m4 -g and it is very annoying. // V.A. -- View this message in context: http://www.nabble.com/How-to-invoke-gm4-from-autoconf-2.59-in-a-port--tf3913696.html#a11096317 Sent from the openbsd user - ports mailing list archive at Nabble.com.
