ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.69 by root, Wed Apr 18 12:43:53 2007 UTC vs.
Revision 1.70 by root, Thu Apr 26 00:39:18 2007 UTC

23AC_PATH_PROG(OPTIPNG, optipng) 23AC_PATH_PROG(OPTIPNG, optipng)
24if test -z "$OPTIPNG"; then 24if test -z "$OPTIPNG"; then
25 AC_MSG_ERROR([optipng must be in your PATH, check the README]) 25 AC_MSG_ERROR([optipng must be in your PATH, check the README])
26fi 26fi
27 27
28AC_PATH_PROG(PNGNQ, pngnq)
29if test -z "$PNGNQ"; then
30 AC_MSG_ERROR([png neuquant (pngnq) must be in your PATH, check the README])
31fi
32
28AC_PATH_PROG(IDENTIFY, identify) 33AC_PATH_PROG(IDENTIFY, identify)
29if test -z "$IDENTIFY"; then 34if test -z "$IDENTIFY"; then
30 AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README]) 35 AC_MSG_ERROR([ImageMagick 'identify' must be in your PATH, check the README])
31fi 36fi
32 37
46 fi 51 fi
47fi 52fi
48 53
49for module_vers in \ 54for module_vers in \
50 "AnyEvent 2.52" \ 55 "AnyEvent 2.52" \
51 "Image::Size 2.992" \
52 "Crossfire 0.97" \ 56 "Crossfire 0.97" \
53 "Coro 3.61" \ 57 "Coro 3.61" \
54 "Coro::Event 2.1" \ 58 "Coro::Event 2.1" \
55 "Event 1.08" \ 59 "Event 1.08" \
56 "IO::AIO 2.32" \ 60 "IO::AIO 2.32" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines