Commit 15b0903
committed
Fix bootstrap script
It fixed two issues:
- AM_GNU_GETTEXT in AX_REQUIRE_DEFINED caused error during autoconf,
because AM_GNU_GETTEXT is now forbidden to use without arguments. Remove
the AX_REQUIRE_DEFINED - if AM_GNU_GETTEXT is missing, autoconf will
fail later anyway
- AM_GNU_GETTEXT_VERSION and AM_GNU_GETTEXT were not found during
autoconf - use AC_CONFIG_MACRO_DIR to tell autoconf to search in local
generated directory m4
Fixes #4161 parent 6d42a66 commit 15b0903
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments