Re: Add libtool use to autotools package

2021-11-07 Thread Brian Inglis
On 2021-11-07 11:40, Roumen Petrov wrote: Hello Brian, Brian Inglis wrote: Hi folks, I am trying to port: [SNIP] Should I run libtoolize with all defaults in the source package src directory and/or the x11 subdirectory? Run libtoolize in directory if exist configure.ac that uses libtool. Yo

Re: Add libtool use to autotools package

2021-11-07 Thread Roumen Petrov
Hello Brian, Brian Inglis wrote: Hi folks, I am trying to port: [SNIP] Should I run libtoolize with all defaults in the source package src directory and/or the x11 subdirectory? Run libtoolize in directory if exist configure.ac that uses libtool. You may will to redirect project to use commo

Add libtool use to autotools package

2021-11-07 Thread Brian Inglis
Hi folks, I am trying to port: https://github.com/Bill-Gray/PDCursesMod/tree/master/x11 as Xcurses to build THE-X11 on Cygwin. Has anyone got any (sources of) advice for adding recent libtool support to a recent autotools package that does not use libtool (uses Linux commands). The