Skip to content

Instantly share code, notes, and snippets.

@kostyll
Last active December 27, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kostyll/d496eb819bba3a9107fc26fea4e024c1 to your computer and use it in GitHub Desktop.
Save kostyll/d496eb819bba3a9107fc26fea4e024c1 to your computer and use it in GitHub Desktop.
autogen.sh
#!/bin/sh -x
rm -fv ltmain.sh config.sub config.guess config.h.in
mkdir -p m4
aclocal -I m4
autoheader
libtoolize --automake --copy
automake --add-missing --copy --force
autoreconf
chmod 755 configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment