Skip to content

Commit

Permalink
remove warnings from autoconf for AC_PROG_CC_C99 and AC_PROG_LEX. - T…
Browse files Browse the repository at this point in the history
…EST - Github issue #13
  • Loading branch information
sai2791 committed Feb 27, 2021
1 parent 2930eb7 commit 8cecaae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ AC_CONFIG_SRCDIR([aund.c])
AM_INIT_AUTOMAKE([-Wall -Wno-error foreign])
AC_REQUIRE_AUX_FILE([INSTALL])
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_RANLIB
AC_PROG_INSTALL
AM_PROG_LEX
AM_PROG_LEX([noyywrap])
AM_PROG_AR
AC_CHECK_HEADERS([crypt.h])
AC_CHECK_MEMBERS([struct stat.st_mtimensec,
Expand Down

0 comments on commit 8cecaae

Please sign in to comment.