configure.in: AC_SUBST_FILE should have been AC_SUBST
authorH. Peter Anvin <hpa@zytor.com>
Sat, 29 Sep 2007 03:17:12 +0000 (20:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 29 Sep 2007 03:17:12 +0000 (20:17 -0700)
AC_SUBST_FILE happened to work in autoconf 2.59, but is broken in
autoconf 2.61.

configure.in

index 3def6cb..b97f536 100644 (file)
@@ -87,7 +87,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 
 dnl Checks for library functions.
-AC_SUBST_FILE(XOBJS)
+AC_SUBST(XOBJS)
 
 AC_CHECK_FUNCS(strcspn, ,
   AC_MSG_ERROR([NASM requires ANSI C (specifically, "strcspn")]))