How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Vortechz
ying. // 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.

Re: How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Mikolaj Kucharski
On Wed, Jun 13, 2007 at 03:00:27AM -0700, Vortechz wrote: > > I need to invoke /usr/local/bin/gm4 to get a configure.ac script processed by > autoconf. Some GNOME ports have trick like below. Maybe this will help. post-patch: @ln -s ${LOCALBASE}/bin/gm4 ${WRKDIR}/bin/m4 -- best regards

Re: How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Marc Espie
On Wed, Jun 13, 2007 at 03:00:27AM -0700, Vortechz wrote: > > 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. I will point out to that option. If you have some configure.

Re: How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Jacob Meuser
On Wed, Jun 13, 2007 at 03:00:27AM -0700, Vortechz wrote: > > 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_DEPEND