# $Id$ # Source file to generate "./configure" to prepare package for compilation # Copyright (C) 2003 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; exactly version 2 of June 1991 is required # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AC_INIT(./Makefile-head.am) AM_INIT_AUTOMAKE(www.jankratochvil.net,1.0cvs) AM_MAINTAINER_MODE dnl "Makefile" output files MUST have pathnames incl./excl. "./" prefix as specified! AC_OUTPUT([ Makefile ./macros/Makefile ./project/Makefile ./project/step/Makefile ./project/icp/Makefile ./project/FordFulk/Makefile ./project/Heat/Makefile ./project/kix/Makefile ./project/patchd2/Makefile ./project/doswatch/Makefile ./project/oslik/Makefile ./project/pipebuf/Makefile ./project/smbfs/Makefile ./project/tcpdump/Makefile ./project/kware/Makefile ./project/mdsms/Makefile ./project/xbill/Makefile ./project/mot2as/Makefile ./project/vblib/Makefile ./project/wllib/Makefile ./project/tcp_rto/Makefile ./project/redirector_ad/Makefile ./project/timeplan/Makefile ./project/fixhtml/Makefile ./project/winvnc/Makefile ./project/Nokia61/Makefile ./project/tac_plus/Makefile ./project/badblock_guess/Makefile ./project/d1xnet/Makefile ./project/netstat/Makefile ./project/ircon/Makefile ./project/sshpatch/Makefile ./project/mod_auth_tacacs/Makefile ./project/surprise/Makefile ]) echo done.