Some fixes to allow autoconf to run
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@734
This commit is contained in:
parent
8de6c90eb3
commit
95dda663a0
2 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,6 @@ AH_TOP([
|
|||
])
|
||||
|
||||
AH_TEMPLATE([C_HAS_ATTRIBUTE],[Determines if the compilers supports attributes for structures.])
|
||||
AH_TEMPLATE([C_DEBUG],[Enable the internal debugger.])
|
||||
AH_TEMPLATE([C_SSHOT],[Enable the screenshot support.])
|
||||
|
||||
AH_BOTTOM([#define INLINE inline])
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
dnl Init.
|
||||
AC_INIT(dosbox,0.57)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
AC_RREREQ(2.50)
|
||||
|
||||
dnl Detect the canonical host and target build environment
|
||||
AC_CANONICAL_HOST
|
||||
|
|
Loading…
Add table
Reference in a new issue