Skip to content

Commit

Permalink
drop deprecated AC_HEADER_STDC and unused AC_PROG_CC
Browse files Browse the repository at this point in the history
  • Loading branch information
whatdoineed2do/Ray committed Jan 26, 2024
1 parent 9554fd4 commit c094c19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ AC_PREREQ([2.69])
AC_INIT([diptych],[0.4.0],[https://github.com/whatdoineed2do/diptych/issues],[https://github.com/whatdoineed2do/diptych],[[email protected]])

AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_MACRO_DIRS([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])

AC_PROG_CC
AC_PROG_CXX
AM_PROG_CC_C_O
AC_HEADER_STDC
AC_PROG_INSTALL
PKG_PROG_PKG_CONFIG

Expand Down

0 comments on commit c094c19

Please sign in to comment.