Skip to content

Commit

Permalink
Modernize usage of autoconf macros (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Apr 30, 2024
1 parent 57a70da commit b631d43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

AC_INIT([bgpq4], m4_esyscmd([tr -d '\n' < VERSION]), [email protected])
AC_INIT([bgpq4], m4_esyscmd([tr -d '\n' < VERSION]), [[email protected]])

AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([subdir-objects foreign])
Expand Down Expand Up @@ -56,9 +56,8 @@ AM_CONDITIONAL([HOST_NETBSD], [test x$HOST_OS = xnetbsd])
AM_CONDITIONAL([HOST_SOLARIS], [test x$HOST_OS = xsolaris])

AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_LIBTOOL
LT_INIT
AC_PROG_INSTALL

AC_ARG_ENABLE(warnings,
Expand Down

0 comments on commit b631d43

Please sign in to comment.