contrib/sdl_sound/sdl-sound-1.0.3-automake-1.13.patch

12 lines
231 B
Diff
Raw Normal View History

2020-05-24 14:23:35 +02:00
--- SDL_sound-1.0.3/configure.in
+++ SDL_sound-1.0.3/configure.in
@@ -43,7 +43,7 @@
AC_CANONICAL_TARGET
dnl Setup for automake
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(SDL_sound, $VERSION)