Fixed omitted TeX metatext.
[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
40 dnl "Makefile" output files MUST have pathnames incl./excl. "./" prefix as specified!
41 AC_OUTPUT([
42 Makefile
43 ./dia-w.sh
44 ./macros/Makefile
45 ./My/Makefile
46 ./My/Hash/Makefile
47 ./resume/Makefile
48 ./etmms/Makefile
49 ./project/Makefile
50 ./project/step/Makefile
51 ./project/Islet/Makefile
52 ./project/FordFulk/Makefile
53 ./project/Heat/Makefile
54 ./project/kix/Makefile
55 ./project/patchd2/Makefile
56 ./project/doswatch/Makefile
57 ./project/oslik/Makefile
58 ./project/pipebuf/Makefile
59 ./project/smbfs/Makefile
60 ./project/tcpdump/Makefile
61 ./project/kware/Makefile
62 ./project/mdsms/Makefile
63 ./project/xbill/Makefile
64 ./project/mot2as/Makefile
65 ./project/vblib/Makefile
66 ./project/wllib/Makefile
67 ./project/tcp_rto/Makefile
68 ./project/redirector_ad/Makefile
69 ./project/timeplan/Makefile
70 ./project/fixhtml/Makefile
71 ./project/winvnc/Makefile
72 ./project/Nokia61/Makefile
73 ./project/tac_plus/Makefile
74 ./project/badblock_guess/Makefile
75 ./project/d1xnet/Makefile
76 ./project/netstat/Makefile
77 ./project/ircon/Makefile
78 ./project/sshpatch/Makefile
79 ./project/mod_auth_tacacs/Makefile
80 ./project/surprise/Makefile
81 ./project/checkstatic/Makefile
82 ./project/cvsutil/Makefile
83 ./project/cvsbranchdiff/Makefile
84 ./project/ppp9k/Makefile
85 ./project/PerlMail/Makefile
86 ./project/line9k/Makefile
87 ./project/captive/Makefile
88 ./project/captive/apiref/Makefile
89 ./project/captive/doc/Makefile
90 ./project/captive/doc/fig/Makefile
91 ./project/captive/doc/dia/Makefile
92 ./project/PortDiag/Makefile
93 ./project/CasioA/Makefile
94 ./project/LaserGame/Makefile
95 ./project/ShortRel/Makefile
96 ./project/TraceFS/Makefile
97 ./project/AutoGen/Makefile
98 ./project/gsmperl/Makefile
99 ./project/332/Makefile
100 ./project/lynxilla/Makefile
101 ./project/wayback/Makefile
102 ./project/kewensis/Makefile
103 ./project/QueryDev/Makefile
104 ./project/SClock/Makefile
105 ./project/ResRAM/Makefile
106 ./project/ssht/Makefile
107 ./project/postget/Makefile
108 ./project/middleman/Makefile
109 ./project/phphash/Makefile
110 ./project/energie/Makefile
111 ./project/MyWeb/Makefile
112 ./project/pgsqlsubstr/Makefile
113 ./project/int13sniff/Makefile
114 ./project/libtool/Makefile
115 ./project/muttsort/Makefile
116 ./project/gladewsrc/Makefile
117 ./project/etherealmmse/Makefile
118 ./project/etherealwsp/Makefile
119 ./project/libxml2reader/Makefile
120 ./project/ntfsprogsgnomevfs/Makefile
121 ./project/udpgate/Makefile
122 ])
123
124 echo done.