dnl Process this file with autoconf to produce a configure script. dnl dnl The basis for this file was generated by autoscan(1) [pere 1998-03-19] dnl AC_INIT(cbb.in) dnl Initialize the automake stuff AM_INIT_AUTOMAKE(cbb, 0.8.1) AC_ARG_WITH(perl, [ --with-perl=xxx Specify the full path of the perl interpreter]) if test "x$with_perl" = "x" ; then with_perl=perl fi AC_ARG_WITH(wish, [ --with-wish=xxx Specify the full path of the tk interpreter]) if test "x$with_wish" = "x" ; then with_wish=wish fi AC_ARG_WITH(wish, [ --with-language=xxx Specify language translation]) if test "x$with_language" = "x" ; then with_language=english fi language=$with_language AC_SUBST(language) dnl Checks for programs. AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S AC_PATH_PROG(PERL, $with_perl, "perl") AC_PATH_PROG(WISH, $with_wish, "wish") AC_OUTPUT( \ Version \ Makefile \ cbb \ contrib/Makefile \ demo/Makefile \ docs/Makefile \ graphs/Makefile \ images/Makefile \ languages/Makefile \ reports/Makefile \ ) AC_OUTPUT_COMMANDS([chmod 755 cbb wrapper.pl])