Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Last active December 20, 2015 20:58
Show Gist options
  • Select an option

  • Save kylejohnson/6193732 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/6193732 to your computer and use it in GitHub Desktop.
commands to update zoneminder's make files and such
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
# ./configure && make && make install...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment