Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]
Return to module

File Contents

Contents of /Public_Sound_Midi-1.0/configure.in:

AC_INIT(Midi.cmod)
AC_CONFIG_SRCDIR(config.h.in)
AC_CONFIG_HEADER(config.h)

AC_MODULE_INIT()

# Checks for programs.
AC_PROG_CC

# Checks for libraries.
# FIXME: Replace `main' with a function in `-lasound':
AC_CHECK_LIB([asound], [main])
# FIXME: Replace `main' with a function in `-lm':
AC_CHECK_LIB([m], [main])
# FIXME: Replace `main' with a function in `-lportmidi':
AC_CHECK_LIB([portmidi], [main])
# FIXME: Replace `main' with a function in `-lporttime':
AC_CHECK_LIB([porttime], [main])
# FIXME: Replace `main' with a function in `-lpthread':
AC_CHECK_LIB([pthread], [main])

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_TYPES([ptrdiff_t])

AC_OUTPUT(Makefile)

gotpike.org | Copyright © 2004 - 2011 | Pike is a trademark of Department of Computer and Information Science, Linköping University