Skip to content

Commit

Permalink
configure.ac: Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG…
Browse files Browse the repository at this point in the history
…_HEADER
  • Loading branch information
caramelli authored and rzr committed Oct 28, 2024
1 parent 6a5b220 commit e47ef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AC_INIT([pinball],
[https://pinball.sf.net])

AC_CONFIG_MACRO_DIRS([libltdl/m4])
AM_CONFIG_HEADER(pinconfig.h)
AC_CONFIG_HEADERS(pinconfig.h)

AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Expand Down

0 comments on commit e47ef33

Please sign in to comment.