summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/r2bib/configure.ac
blob: 84e5a8cb89c36d0d845a33347b676230f8a880e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

# $Header:$

AC_PREREQ([2.68])
AC_INIT([r2bib], [2015.12.07], [mathar@mpia.de],[r2bib],[http://www.ctan.org/tex-archive/biblio/bibtex/utils/r2bib/])
AC_CONFIG_SRCDIR([r2bib.c])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])

AC_PROG_CXX

AC_PROG_CC
# AC_PROG_CPP
AC_PROG_INSTALL
AM_PROG_LEX

AC_CHECK_HEADERS([stdlib.h ctype.h stdio.h unistd.h time.h string.h])

AC_CONFIG_FILES([Makefile])

AC_OUTPUT