X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=configure.ac;h=5e5b711ec91a80d6efc5bd2ae1b964cafd06b50e;hp=96742c06b1a06304aedad64715529a8e545cf9ed;hb=1db749bbc5a1cae4f28c28c3b88ff5948dbf5806;hpb=38fc01f77b76f9d12ff62eb086acd86f5d52a4ab diff --git a/configure.ac b/configure.ac index 96742c0..5e5b711 100644 --- a/configure.ac +++ b/configure.ac @@ -16,13 +16,27 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT(./Makefile-head.am) +AC_INIT(./project/ChangeLog.pm) AM_INIT_AUTOMAKE(www.jankratochvil.net,1.0cvs) AM_MAINTAINER_MODE +AC_DEFUN([PATH_PROG_CHECKED], +[ + AC_PATH_PROG($1,$2) + eval 'echo $'$1|grep >/dev/null . || AC_MSG_ERROR([Program '$2' not found.]) +]) + AC_PATH_PROG(PATH_XVNC,Xvnc) AC_PATH_PROG(PATH_BC,bc) -AC_PATH_PROG(PATH_DIA,dia) +PATH_PROG_CHECKED(PATH_DIA,dia) +PATH_PROG_CHECKED(PATH_FLOCK,flock) +PATH_PROG_CHECKED(PATH_FIG2DEV,fig2dev) +PATH_PROG_CHECKED(PATH_PPMQUANT,ppmquant) +PATH_PROG_CHECKED(PATH_PPMTOGIF,ppmtogif) +PATH_PROG_CHECKED(PATH_PNMTOPNG,pnmtopng) +PATH_PROG_CHECKED(PATH_PNGTOPNM,pngtopnm) +PATH_PROG_CHECKED(PATH_PNMGAMMA,pnmgamma) +PATH_PROG_CHECKED(PATH_INKSCAPE,inkscape) dnl "Makefile" output files MUST have pathnames incl./excl. "./" prefix as specified! AC_OUTPUT([ @@ -30,8 +44,13 @@ Makefile ./dia-w.sh ./macros/Makefile ./My/Makefile +./My/Hash/Makefile ./resume/Makefile ./etmms/Makefile +./product/Makefile +./product/mms2/Makefile +./product/hotelgate/Makefile +./product/hotelgate/screenshot/Makefile ./project/Makefile ./project/step/Makefile ./project/Islet/Makefile @@ -104,6 +123,13 @@ Makefile ./project/etherealwsp/Makefile ./project/libxml2reader/Makefile ./project/ntfsprogsgnomevfs/Makefile +./project/udpgate/Makefile +./project/harpy/Makefile +./project/netdnsspoof/Makefile +./project/xbelnormalize/Makefile +./project/inetdmx/Makefile +./project/staticbuild/Makefile +./project/tcpoverudp/Makefile ]) echo done.