Broken configure.ac since Automake 1.15

Bug #1803922 reported by Apteryx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libmemcached
New
Undecided
Unassigned

Bug Description

There is a change in Automake 1.15 which made it so that the AC_CONFIG_AUX_DIR must be moved earlier in the configure.ac file, otherwise other macros expand it to its default value $srcdir and the tools such as install-sh fail to be found at configure time. For the full details, see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19539.

The required change is simple: move the "AC_CONFIG_AUX_DIR" macro use right under the AC_INIT... line.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.