Skip to content

Fix typo causing build issues #617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

thehelix112
Copy link

This looks like a small typo but it was causing

$ ./autogen.sh 
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build'.
libtoolize: copying file `build/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build'.
libtoolize: copying file `build/libtool.m4'
libtoolize: copying file `build/ltoptions.m4'
libtoolize: copying file `build/ltsugar.m4'
libtoolize: copying file `build/ltversion.m4'
libtoolize: copying file `build/lt~obsolete.m4'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build'.
libtoolize: copying file `build/config.guess'
libtoolize: copying file `build/config.sub'
libtoolize: copying file `build/install-sh'
configure.ac:18: installing `build/ar-lib'
configure.ac:17: installing `build/missing'
alp2/Makefile.am: installing `build/depcomp'
standalone/Makefile.am:77: whitespace following trailing backslash
Makefile.am:43: whitespace following trailing backslash
standalone/Makefile.am:77: whitespace following trailing backslash
Makefile.am:43: whitespace following trailing backslash
$ sudo dpkg -l | grep -P "  (libtool|automake)"
ii  automake                   1:1.11.3-1ubuntu2            Tool for generating GNU Standards-compliant Makefiles
ii  libtool                    2.4.2-1ubuntu1               Generic library support script
$

@zimmerle
Copy link
Contributor

Thanks to the patch @thehelix112 those warnings are really annoying. Instead of remotes/trunk I've made against master: 9543e13

@zimmerle zimmerle closed this Dec 16, 2013
@zimmerle zimmerle added this to the testing milestones milestone Mar 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants