Update configure.ac

This commit is contained in:
Martijn van Brummelen
2019-09-04 08:21:10 +02:00
committed by GitHub
parent 52d0508b23
commit 55783c0b8d

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT(nwipe, 0.25, git@brumit.nl)
AM_INIT_AUTOMAKE(nwipe, 0.25)
AC_INIT(nwipe, 0.26, git@brumit.nl)
AM_INIT_AUTOMAKE(nwipe, 0.26)
AC_OUTPUT(Makefile src/Makefile man/Makefile)
AC_CONFIG_SRCDIR([src/nwipe.c])
AC_CONFIG_HEADERS([config.h])