Skip to content

Commit

Permalink
Modernize usage of autoconf macros
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Apr 14, 2024
1 parent 95d3a4c commit f2b3137
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]), job@sobornost.net)
AC_INIT([bgpq4], m4_esyscmd([tr -d '\n' < VERSION]), [job@sobornost.net])

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 f2b3137

Please sign in to comment.