From 1f48b0b69eda0e6b4262d69a77c6adbc13887159 Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Mon, 11 Jun 2007 14:36:24 +0000 Subject: Updated the top-level documentation files. * configure.ac: Changed the bug report address to `skribilo-users@nongnu.org'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-73 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 52f0b7b..21a73fc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(skribilo, 1.2, ludovic.courtes@laas.fr) +AC_INIT(skribilo, 1.2, skribilo-users@nongnu.org) AM_INIT_AUTOMAKE(skribilo, 1.2) AC_CONFIG_SRCDIR([src/guile/skribilo/reader.scm]) @@ -27,12 +27,12 @@ GUILE_MODULE_REQUIRED([system reader]) GUILE_MODULE_REQUIRED([srfi srfi-35]) # Look for Lout. -AC_PATH_PROG([LOUT], [lout], [not-found]) -AM_CONDITIONAL([HAVE_LOUT], [test "x$LOUT" != "xnot-found"]) +AC_PATH_PROG([LOUT], [lout]) +AM_CONDITIONAL([HAVE_LOUT], [test "x$LOUT" != "x"]) # Look for Ploticus. -AC_PATH_PROGS([PLOTICUS], [ploticus pl], [not-found]) -AM_CONDITIONAL([HAVE_PLOTICUS], [test "x$PLOTICUS" != "xnot-found"]) +AC_PATH_PROGS([PLOTICUS], [ploticus pl]) +AM_CONDITIONAL([HAVE_PLOTICUS], [test "x$PLOTICUS" != "x"]) AC_SUBST([SKRIBILO_DOC_DIR], ["$datadir/doc/skribilo"]) -- cgit v1.2.3