lyx_mirror/lib/reLyX/configure.in
Jean-Marc Lasgouttes a2e5d14f48 Fix to reLyX configure, to welcome message in minibuffer and to
default document encoding (which is now 'latin1').


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@173 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-05 09:17:15 +00:00

23 lines
555 B
Bash

dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(reLyX.in)
AC_PREREQ(2.13) dnl We want to use autoconf 2.13
AC_PREFIX_PROGRAM(reLyX)
PACKAGE=reLyX
VERSION=2.0
dnl must make a macro that gets the reLyX version
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
dnl Checks for programs.
AC_PROG_INSTALL
RELYX_CHECK_PERL
dnl Finish the work
test $program_suffix = NONE && program_suffix=
LYX_DIR=`eval "echo \`eval \"echo ${datadir}/lyx${program_suffix}\"\`"`
AC_SUBST(LYX_DIR)
AC_OUTPUT(Makefile reLyX, chmod 755 reLyX)
RELYX_CHECK_ERRORS