林博仁(Buo-ren Lin) wants to merge 7 commits from /u/lin-buo-ren/gtkspell/ to master, 2018-06-29
This merge request includes some patches for ticket #20 and some other issues in the autogen script.
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
| Commit | Date | |
|---|---|---|
|
[f7b9b8]
(patch-autogen)
by
Improve gtkdocize command detection in autogen script Currently gtkdocize command detection relies on non shell built-in Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 22:01:15 | Tree |
|
[de8fc1]
by
Ensure build dir is created before running intltoolize The intltoolize command expects a directory called `build` to be Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 21:46:40 | Tree |
|
[2d4dc1]
by
Avoid word-splitting when srcdir path contains spaces Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 21:23:39 | Tree |
|
[adeb8a]
by
Let autogen.sh be error aware Currently the script won't end prematurely when an error is occurred, Refer-to: DESCRIPTION - set - Shell Command Language - The Open Group Base Specifications Issue 7, 2018 edition <http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_25_03> |
2018-05-21 21:00:51 | Tree |
|
[dda6a0]
by
Enable check for intltool in autogen.sh This patch enables the installation checking of intltool, which was Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 21:10:22 | Tree |
|
[bd44e6]
by
Use package name instead of command name in autogen.sh Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 21:12:00 | Tree |
|
[512894]
by
Check for Automake installation in autogen.sh The following misleading error message will appear if `aclocal` is ``` This patch implements the check. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@...> |
2018-05-21 20:46:59 | Tree |
Thanks! Looks good to me overall, though typically as far as I have seen in other projects, errors always report which executable is missing, not the package (i.e. aclocal vs automake). Indeed, it might be the case that some distro packages the executables in differently named packages.