r3/configure.ac

21 lines
471 B
Plaintext
Raw Normal View History

2014-05-11 20:24:22 -04:00
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([config.h.in])
2014-05-11 19:01:46 -04:00
AC_CONFIG_HEADERS([config.h])
2014-05-11 19:04:07 -04:00
2014-05-11 20:24:22 -04:00
# Checks for programs.
AC_PROG_CC
2014-05-11 19:04:07 -04:00
2014-05-11 20:24:22 -04:00
# Checks for libraries.
2014-05-11 19:04:07 -04:00
2014-05-11 20:24:22 -04:00
# Checks for header files.
2014-05-11 19:04:07 -04:00
2014-05-11 20:24:22 -04:00
# Checks for typedefs, structures, and compiler characteristics.
2014-05-11 19:04:07 -04:00
2014-05-11 20:24:22 -04:00
# Checks for library functions.
2014-05-11 19:04:07 -04:00
AC_OUTPUT