#!/bin/sh # # Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # # $FML: config.sh.in,v 1.8 2003/01/28 04:12:36 fukachan Exp $ # LIBS=@LIBS@ CC=@CC@ CFLAGS="@CFLAGS@" LDFLAGS="@LDFLAGS@" INSTALLCMD="@INSTALL@" prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ mandir=@mandir@ datarootdir=@datarootdir@ config_dir=@fmlconfdir@ libexec_dir=@libexecdir@/fml lib_dir=@libdir@/fml data_dir=@datarootdir@/fml # ml spool ml_spool_dir=@mlspooldir@ # owner of /var/spool/ml owner=@fml_owner@ group=@fml_group@