Merge pull request #25 from robert-scheck/autotools

AM_CONFIG_HEADER is superseded by AC_CONFIG_HEADERS since July 2002
This commit is contained in:
Job Snijders
2020-06-28 22:05:27 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
AC_INIT(bgpq4,0.0.6,job@ntt.net)
AM_INIT_AUTOMAKE
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
AM_SILENT_RULES([yes])
AC_PROG_CC