+use lib for $HOME/lib/perl5/
[www.jankratochvil.net.git] / configure.in
1 # $Id$
2 # Source file to generate "./configure" to prepare package for compilation
3 # Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; exactly version 2 of June 1991 is required
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
18
19 AC_INIT(./Makefile-head.am)
20 AM_INIT_AUTOMAKE(www.jankratochvil.net,1.0cvs)
21 AM_MAINTAINER_MODE
22
23 dnl "Makefile" output files MUST have pathnames incl./excl. "./" prefix as specified!
24 AC_OUTPUT([
25 Makefile
26 ./macros/Makefile
27 ./project/Makefile
28 ./project/step/Makefile
29 ./project/icp/Makefile
30 ./project/FordFulk/Makefile
31 ./project/Heat/Makefile
32 ./project/kix/Makefile
33 ./project/patchd2/Makefile
34 ./project/doswatch/Makefile
35 ./project/oslik/Makefile
36 ./project/pipebuf/Makefile
37 ./project/smbfs/Makefile
38 ./project/tcpdump/Makefile
39 ./project/kware/Makefile
40 ./project/mdsms/Makefile
41 ./project/xbill/Makefile
42 ./project/mot2as/Makefile
43 ./project/vblib/Makefile
44 ./project/wllib/Makefile
45 ./project/tcp_rto/Makefile
46 ./project/redirector_ad/Makefile
47 ./project/timeplan/Makefile
48 ./project/fixhtml/Makefile
49 ./project/winvnc/Makefile
50 ./project/Nokia61/Makefile
51 ./project/tac_plus/Makefile
52 ./project/badblock_guess/Makefile
53 ./project/d1xnet/Makefile
54 ./project/netstat/Makefile
55 ./project/ircon/Makefile
56 ./project/sshpatch/Makefile
57 ./project/mod_auth_tacacs/Makefile
58 ./project/surprise/Makefile
59 ])
60
61 echo done.