Skip to content

Instantly share code, notes, and snippets.

@karlredman
Last active January 2, 2020 22:42
Show Gist options
  • Save karlredman/1eaea5b5ecf3bff7882145f43f58191d to your computer and use it in GitHub Desktop.
Save karlredman/1eaea5b5ecf3bff7882145f43f58191d to your computer and use it in GitHub Desktop.
quicky script so I can remember the autotools support file regen
#this is a convenience script
#execute this from the project root directory
#
aclocal -I ./
autoconf
autoheader
automake -a --include-deps
touch NEWS README AUTHORS ChangeLog
automake -a --include-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment