mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
2012315e5a
svn path=/trunk/; revision=34303
19 lines
363 B
Text
19 lines
363 B
Text
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(Strn.h)
|
|
wi_ARG_ENABLE_DEBUG
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|
|
AC_PROG_LN_S
|
|
AC_PROG_RANLIB
|
|
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
AC_C_CONST
|
|
AC_TYPE_SIZE_T
|
|
|
|
dnl Checks for library functions.
|
|
|
|
AC_OUTPUT(Makefile)
|