Re: [cdesktopenv-devel] [PATCH] dtappbuilder: make it build under autotools

2020-09-05 Thread Jon Trulson
On 9/5/20 2:33 PM, Chase via cdesktopenv-devel wrote: > This was a lot of fun (read: pain) to get working. bil_parser.y wanted > -Nm set for HPUX and AIX, but autotools complained that yacc options > can't be variables, and I seriously doubt that either AIX or HPUX > build even on Imake, so I left

[cdesktopenv-devel] [PATCH] dtappbuilder: make it build under autotools

2020-09-05 Thread Chase via cdesktopenv-devel
This was a lot of fun (read: pain) to get working. bil_parser.y wanted -Nm set for HPUX and AIX, but autotools complained that yacc options can't be variables, and I seriously doubt that either AIX or HPUX build even on Imake, so I left them out. Thank you for your time, -ChaseFrom 9a7027da9db3