summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-06-15 19:39:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-16 20:21:17 +0000
commit535ba543e78338192ce40b501e1283130550a704 (patch)
tree27c139b204a1fb4b2d58906781412db76e643342 /bootstrap.conf
parent8a2ee790126f2ef4bb6ba9987e05d70d2f07ed1e (diff)
downloadgnutls-535ba543e78338192ce40b501e1283130550a704.tar.gz
Fix usage of 'autoreconf'
'autoreconf' created a different configure script than ./bootstrap. The result was a broken wchar.h that failed to compile. The work-around was 'autoreconf -I gl/m4' which is not what a developer expects. This patch moves gl/m4/* to m4/ which is the default include dir for autoreconf. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index d9a05982c4..71c3f6140d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -17,7 +17,7 @@
# gnulib library name
source_base=gl
tests_base=gl/tests
-m4_base=gl/m4
+m4_base=m4
gnulib_name=libgnu
gnulib_tool_option_extras="--with-tests --avoid=alignof-tests --avoid=lock-tests --avoid=lseek-tests"
use_libtool=1