File: configure.ac

package info (click to toggle)
librostlab-blast 1.0.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,876 kB
  • sloc: sh: 11,103; cpp: 258; makefile: 139
file content (19 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AC_INIT([librostlab-blast], [1.0.1], [https://rostlab.org/cgi-bin/bugzilla3/enter_bug.cgi?product=librostlab-blast])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lib/rostlab/blast-result.h])
AC_CONFIG_HEADERS([config.h:config.hin])
AM_INIT_AUTOMAKE

AC_PROG_CC
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_PROG_YACC
AC_PROG_LEX
AC_LANG([C++])
AC_CHECK_HEADERS([rostlab/aux_functions.h rostlab/rostlab_stdexcept.h], [], [echo "required header is missing - please install librostlab" >&2; exit 1;])
DX_DOT_FEATURE(ON)
DX_PS_FEATURE(OFF)
DX_INIT_DOXYGEN([librostlab-blast], [Doxyfile], [../doxygen-doc])

AC_CONFIG_FILES([Makefile] [lib/Makefile] [lib/Doxyfile])
AC_OUTPUT