Skip to content

Instantly share code, notes, and snippets.

@thirdreplicator
Created July 16, 2015 06:24
Show Gist options
  • Save thirdreplicator/70cf4e1dc232a5c8fc49 to your computer and use it in GitHub Desktop.
Save thirdreplicator/70cf4e1dc232a5c8fc49 to your computer and use it in GitHub Desktop.
when trying to run autoconf on ubuntu
$ sudo aptitude install autoconf autoconf-archive automake libtool
$ libtoolize --force
$ aclocal
$ autoheader
$ automake --force-missing --add-missing
$ autoconf
$ ./configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment