dnl * dnl * Process this file with autoconf to produce a configure script. dnl * AC_INIT(bookview, 3.2) AC_CONFIG_SRCDIR(bookview/bookview.in) AC_PREREQ(2.54) AM_INIT_AUTOMAKE dnl * dnl * Alternative Programs. dnl * AC_PATH_PROGS(WISH, wish8.0jp wish, no) if test "$WISH" = no; then AC_MSG_ERROR([wish (Tcl/Tk windowing shell) not found]) fi AC_PATH_PROG(PERL, perl, /usr/bin/perl) dnl * dnl * Output Files. dnl * AC_CONFIG_FILES([Makefile bitmap/Makefile tools/Makefile bookview/Makefile doc/Makefile doc-ja/Makefile version.tcl]) AC_OUTPUT