mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
lower the build requirements
Hello, please lower the requirements to autoconf allowing to build rhel7/8 packages (possibly rhel6, not tested). Thank you Michal Ambroz
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user