]> git.lyx.org Git - features.git/blob - lib/reLyX/configure.in
8bc3ebd9ef85ab87eb095d614d919e047f69b5a9
[features.git] / lib / reLyX / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(reLyX.in)
3 AC_PREREQ(2.13) dnl We want to use autoconf 2.13
4
5 PACKAGE=reLyX
6 VERSION=2.0
7 dnl must make a macro that gets the reLyX version
8 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
9
10 dnl Checks for programs.
11 AC_PROG_INSTALL
12 RELYX_CHECK_PERL
13
14 dnl Checks for libraries.
15 dnl Replace `main' with a function in -lXpm:
16 dnl AC_CHECK_LIB(Xpm, main)
17 dnl Replace `main' with a function in -lforms:
18 dnl AC_CHECK_LIB(forms, main)
19
20 dnl Checks for header files.
21
22 dnl Checks for typedefs, structures, and compiler characteristics.
23
24 dnl Checks for library functions.
25
26 AC_OUTPUT(Makefile reLyX, chmod 755 reLyX)
27
28 RELYX_CHECK_ERRORS