[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] [PATCH] Fix build issue when parent dir is an automake p
From: |
Tim Rühsen |
Subject: |
[libmicrohttpd] [PATCH] Fix build issue when parent dir is an automake project dir |
Date: |
Thu, 18 Oct 2018 16:35:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
Building fails if the parent directory is an automake project dir:
$ ./bootstrap
libtoolize: putting auxiliary files in '..'.
libtoolize: copying file '../ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:61: installing '../compile'
configure.ac:67: error: required file '../config.rpath' not found
configure.ac:26: installing '../missing'
doc/examples/Makefile.am: installing '../depcomp'
autoreconf: automake failed with exit status: 1
The fix is to specify AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE.
Regards, Tim
0001-Fix-build-issue-when-parent-dir-is-an-automake-proje.patch
Description: Text Data
signature.asc
Description: OpenPGP digital signature
- [libmicrohttpd] [PATCH] Fix build issue when parent dir is an automake project dir,
Tim Rühsen <=