Skip to content

Commit

Permalink
Modernize autogen script.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Feb 8, 2024
1 parent 82d1578 commit 1c47ccf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/bin/sh

mkdir -p autotools
autoreconf -fi && ./configure "$@"

libtoolize || glibtoolize
aclocal
autoheader
automake -a
autoconf
automake -a

./configure $@

0 comments on commit 1c47ccf

Please sign in to comment.