Skip to content

Commit

Permalink
Change the requirements for autoconf to version 2.69, GitHub issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
sai2791 committed Feb 27, 2021
1 parent 8cecaae commit 8daeae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dnl (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
dnl THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

define(aund_version,esyscmd([perl -ne '/MAJOR\s*0x(.)/ and print "$1"; /MINOR\s*0x(..)/ and print ".$1";' version.h]))
AC_PREREQ([2.69])
AC_INIT([aund], aund_version, [bjh21@bjh21.me.uk])
AC_CONFIG_SRCDIR([aund.c])
AM_INIT_AUTOMAKE([-Wall -Wno-error foreign])
Expand Down

0 comments on commit 8daeae6

Please sign in to comment.