Skip to content

Commit

Permalink
update configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Jul 16, 2024
1 parent 0a5c47a commit c350bc8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ AC_PREREQ([2.71])
AC_INIT([sflowtool],[6.06])
AC_CONFIG_SRCDIR([src/sflowtool.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADERS(config.h)

# Checks for programs.
AC_REQUIRE(AC_PROG_CC)
AC_PROG_CC
AC_CONFIG_HEADERS(config.h)

# Checks for libraries.

Expand Down

0 comments on commit c350bc8

Please sign in to comment.