Skip to content

Fix two build warnings - #133

Open
ckujau wants to merge 2 commits into
Numbertext:masterfrom
ckujau:fixes
Open

Fix two build warnings#133
ckujau wants to merge 2 commits into
Numbertext:masterfrom
ckujau:fixes

Conversation

@ckujau

Copy link
Copy Markdown
  • Replace AC_PROG_LIBTOOL with LT_INIT
  • Use regex in Soros.py

Fixes the warning during `autoreconf`:
```
configure.ac:21: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
```
Fixes the warning during `make check`:
```
src/Soros.py:46: SyntaxWarning: invalid escape sequence '\s'
```
Sign up for freeto 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.

1 participant

@ckujau