Re: [Bacula-devel] [PATCH] Making pkg-config cross-compile safe.

2018-04-02 Thread Sven Hartge
On 02.04.2018 09:43, Kern Sibbald wrote: > Everytime autoconf/configure.in is changed I run "make configure" in the > main directory, which does the aclocal and autoconf. Currently the aclocal part is disabled in the Makefile because of problems: Quote from the Makefile, line 67++: # Note, the

Re: [Bacula-devel] [PATCH] Making pkg-config cross-compile safe.

2018-04-02 Thread Kern Sibbald
Hello Sven, Oh, sorry, I did not look closely enough at the first patch :-(. Everytime autoconf/configure.in is changed I run "make configure" in the main directory, which does the aclocal and autoconf.  This way, as a convenience to users, I distribute an up to date configure with the source