Re: autogen.sh throws LIBTOOOL error

2012-05-22 Thread Vincent Torri
On Tue, May 22, 2012 at 7:59 AM, del_pras wrote: > > Hello, > I am trying to build connman (connection manager) package using autotools. > Below error is coming when i run the command : "sh  ./autogen.sh" > == > user@ubuntu:/mnt/h

Autoconf caches AC_INIT arguments

2012-05-22 Thread Bob Friesenhahn
The forthcoming Automake release is about to break the means I have been using to automatically version my package (without manually editing configure.ac) for the past 9 years. I am told to use m4 code in the AC_INIT arguments in order to supply package versioning information. This is what I