mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 02:05:07 -05:00
Updated for the latest version of automake
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
dnl Function to link an architecture specific file
|
||||
dnl LINK_ARCH_SRC(source_dir, arch, source_file)
|
||||
AC_DEFUN(COPY_ARCH_SRC,
|
||||
AC_DEFUN([COPY_ARCH_SRC],
|
||||
[
|
||||
old="$srcdir/$1/$2/$3"
|
||||
new="$1/$3"
|
||||
@@ -31,7 +31,7 @@ __EOF__
|
||||
dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||
dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS
|
||||
dnl
|
||||
AC_DEFUN(AM_PATH_ESD,
|
||||
AC_DEFUN([AM_PATH_ESD],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries from the esd-config script
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user