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.191 by root, Fri Nov 18 04:44:13 2016 UTC vs.
Revision 1.193 by root, Wed Nov 23 06:05:38 2016 UTC

68 "Pod::POM 0.27" \ 68 "Pod::POM 0.27" \
69 "Safe::Hole 0.10" \ 69 "Safe::Hole 0.10" \
70 "Storable 2.0" \ 70 "Storable 2.0" \
71 "URI 1.35" \ 71 "URI 1.35" \
72 "YAML::XS 0.32" \ 72 "YAML::XS 0.32" \
73 "CBOR::XS 1.5" \
73; do 74; do
74 set -- $module_vers 75 set -- $module_vers
75 module=$1 76 module=$1
76 minvers=$2 77 minvers=$2
77 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 78 AC_MSG_CHECKING(for $module perl module version $minvers or higher)
222]) 223])
223 224
224AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 225AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
225AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 226AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
226 227
227AC_OUTPUT([Makefile 228AC_OUTPUT([Makefile lib/Makefile utils/cfutil])
228 include/Makefile lib/Makefile
229 utils/cfutil
230])
231 229

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines