Skip to content
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

configure.ac: protect some md5 macros with [] #178

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

emollier
Copy link
Contributor

Greetings,

Starting with autoconf 2.70, the resulting ./configure script seems to not be valid shell anymore, leading to Debian bug #978843 1.

Relevant part from the complete build log:

[...]
checking for samtools... /usr/bin/samtools
checking for unix2dos... /usr/bin/unix2dos
./configure: line 13206: syntax error near unexpected token `newline'
./configure: line 13206: `    '''
[...]

Putting square brackets to protect MD5 sum related macros seems to solve the issue.

In hope this helps,
Have a nice day, :)
Étienne.

Starting with autoconf 2.70, the resulting ./configure script seems
to not be valid shell anymore, leading to Debian bug #978843 [1].

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978843

Relevant part from the complete build log:

[...]
checking for samtools... /usr/bin/samtools
checking for unix2dos... /usr/bin/unix2dos
./configure: line 13206: syntax error near unexpected token `newline'
./configure: line 13206: `    '''
[...]
@gmarcais gmarcais changed the base branch from master to develop October 5, 2021 20:43
@gmarcais gmarcais changed the base branch from develop to master October 5, 2021 20:46
@gmarcais gmarcais changed the base branch from master to develop October 5, 2021 20:50
@gmarcais gmarcais merged commit 358b7f7 into gmarcais:develop Oct 5, 2021
@emollier emollier deleted the eml-autoconf-2.70 branch December 18, 2022 17:24
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.

None yet

2 participants