mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
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:
@@ -1,7 +1,7 @@
|
|||||||
AC_INIT(bgpq4,0.0.6,job@ntt.net)
|
AC_INIT(bgpq4,0.0.6,job@ntt.net)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
|
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|||||||
Reference in New Issue
Block a user