OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [example/] [calc/] [configure.in] - Rev 1765

Compare with Previous | Blame | View Log

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(calc.c)
AC_CONFIG_HEADER(calc.h)
CC=${CC-cc}

#
# Look for various header files
#
AC_HEADER_CHECK(stdlib.h, ,AC_DEFINE(HAVE_STDLIB_H))

#
# Look for various functions
#
AC_FUNC_CHECK(strcmp, AC_DEFINE(HAVE_STRCMP))

#
# Output Makefile with substitutions
AC_SUBST(CC)
AC_OUTPUT(Makefile)

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.