Apparently no longer looking for `agents'.
[www.jankratochvil.net.git] / configure.ac
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(./project/ChangeLog.pm)
20 AM_INIT_AUTOMAKE(www.jankratochvil.net,1.0cvs)
21 AM_MAINTAINER_MODE
22
23 AC_DEFUN([PATH_PROG_CHECKED],
24 [
25         AC_PATH_PROG($1,$2)
26         eval 'echo $'$1|grep >/dev/null .  || AC_MSG_ERROR([Program '$2' not found.])
27 ])
28
29 AC_PATH_PROG(PATH_XVNC,Xvnc)
30 AC_PATH_PROG(PATH_BC,bc)
31 PATH_PROG_CHECKED(PATH_DIA,dia)
32 PATH_PROG_CHECKED(PATH_FLOCK,flock)
33 PATH_PROG_CHECKED(PATH_FIG2DEV,fig2dev)
34 PATH_PROG_CHECKED(PATH_PPMQUANT,ppmquant)
35 PATH_PROG_CHECKED(PATH_PPMTOGIF,ppmtogif)
36 PATH_PROG_CHECKED(PATH_PNMTOPNG,pnmtopng)
37 PATH_PROG_CHECKED(PATH_PNGTOPNM,pngtopnm)
38 PATH_PROG_CHECKED(PATH_PNMGAMMA,pnmgamma)
39 PATH_PROG_CHECKED(PATH_INKSCAPE,inkscape)
40
41 dnl "Makefile" output files MUST have pathnames incl./excl. "./" prefix as specified!
42 AC_OUTPUT([
43 Makefile
44 ./dia-w.sh
45 ./macros/Makefile
46 ./My/Makefile
47 ./My/Hash/Makefile
48 ./resume/Makefile
49 ./etmms/Makefile
50 ./product/Makefile
51 ./product/mms2/Makefile
52 ./product/hotelgate/Makefile
53 ./product/hotelgate/screenshot/Makefile
54 ./project/Makefile
55 ./project/step/Makefile
56 ./project/Islet/Makefile
57 ./project/FordFulk/Makefile
58 ./project/Heat/Makefile
59 ./project/kix/Makefile
60 ./project/patchd2/Makefile
61 ./project/doswatch/Makefile
62 ./project/oslik/Makefile
63 ./project/pipebuf/Makefile
64 ./project/smbfs/Makefile
65 ./project/tcpdump/Makefile
66 ./project/kware/Makefile
67 ./project/mdsms/Makefile
68 ./project/xbill/Makefile
69 ./project/mot2as/Makefile
70 ./project/vblib/Makefile
71 ./project/wllib/Makefile
72 ./project/tcp_rto/Makefile
73 ./project/redirector_ad/Makefile
74 ./project/timeplan/Makefile
75 ./project/fixhtml/Makefile
76 ./project/winvnc/Makefile
77 ./project/Nokia61/Makefile
78 ./project/tac_plus/Makefile
79 ./project/badblock_guess/Makefile
80 ./project/d1xnet/Makefile
81 ./project/netstat/Makefile
82 ./project/ircon/Makefile
83 ./project/sshpatch/Makefile
84 ./project/mod_auth_tacacs/Makefile
85 ./project/surprise/Makefile
86 ./project/checkstatic/Makefile
87 ./project/cvsutil/Makefile
88 ./project/cvsbranchdiff/Makefile
89 ./project/ppp9k/Makefile
90 ./project/PerlMail/Makefile
91 ./project/line9k/Makefile
92 ./project/captive/Makefile
93 ./project/captive/apiref/Makefile
94 ./project/captive/doc/Makefile
95 ./project/captive/doc/fig/Makefile
96 ./project/captive/doc/dia/Makefile
97 ./project/PortDiag/Makefile
98 ./project/CasioA/Makefile
99 ./project/LaserGame/Makefile
100 ./project/ShortRel/Makefile
101 ./project/TraceFS/Makefile
102 ./project/AutoGen/Makefile
103 ./project/gsmperl/Makefile
104 ./project/332/Makefile
105 ./project/lynxilla/Makefile
106 ./project/wayback/Makefile
107 ./project/kewensis/Makefile
108 ./project/QueryDev/Makefile
109 ./project/SClock/Makefile
110 ./project/ResRAM/Makefile
111 ./project/ssht/Makefile
112 ./project/postget/Makefile
113 ./project/middleman/Makefile
114 ./project/phphash/Makefile
115 ./project/energie/Makefile
116 ./project/MyWeb/Makefile
117 ./project/pgsqlsubstr/Makefile
118 ./project/int13sniff/Makefile
119 ./project/libtool/Makefile
120 ./project/muttsort/Makefile
121 ./project/gladewsrc/Makefile
122 ./project/etherealmmse/Makefile
123 ./project/etherealwsp/Makefile
124 ./project/libxml2reader/Makefile
125 ./project/ntfsprogsgnomevfs/Makefile
126 ./project/udpgate/Makefile
127 ./project/harpy/Makefile
128 ./project/netdnsspoof/Makefile
129 ./project/xbelnormalize/Makefile
130 ./project/inetdmx/Makefile
131 ./project/staticbuild/Makefile
132 ./project/tcpoverudp/Makefile
133 ])
134
135 echo done.