Merge pull request #517 from xambroz/patch-3

lower the build requirements
This commit is contained in:
PartialVolume
2023-11-04 21:22:03 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.71])
AC_PREREQ([2.63])
AC_INIT([nwipe],[0.35],[git@brumit.nl])
AM_INIT_AUTOMAKE(foreign subdir-objects)
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])