Skip to content

Commit

Permalink
Add bootstrapping instructions to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapZA committed Mar 27, 2017
1 parent 4c5d9ba commit 2a5af16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
dnl How to cut a new release
dnl ========================
dnl
dnl 1.) Bootstrap the autotools by running:
dnl
dnl autoreconf -vif
dnl
dnl 2.) Run the configure script:
dnl
dnl ./configure
dnl
dnl 3.) Check that the build system and out-of-source builds work fine:
dnl
dnl make distcheck
dnl
dnl 4.) If the last command succedded succesfully, upload the produced bz2 tarball to the Github releases page:
dnl
dnl https://github.com/cbg-ethz/shorah/releases


dnl Initialise Autoconf
AC_PREREQ([2.69])
AC_INIT(
Expand Down

0 comments on commit 2a5af16

Please sign in to comment.