-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ltmain.sh. Update autogen.sh to run autoreconf -fi instead of …
…autoconf
- Loading branch information
Jeremy Hahn
committed
Apr 30, 2016
1 parent
4ae8fe7
commit 8acb9d6
Showing
3 changed files
with
2 additions
and
9,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/sh | ||
|
||
aclocal --install -I m4 && | ||
autoconf && | ||
autoreconf -fi && | ||
autoheader && | ||
automake --add-missing --copy |
Oops, something went wrong.