Index: crossfire-1.60.0/configure.ac
===================================================================
--- crossfire-1.60.0.orig/configure.ac	2011-01-30 07:04:05.000000000 +0200
+++ crossfire-1.60.0/configure.ac	2012-03-12 20:05:21.068986083 +0200
@@ -95,7 +95,6 @@
 
 AC_CHECK_LIB(z, compress)
 AC_CHECK_LIB(pthread, pthread_create)
-LIBCURL_CHECK_CONFIG()
 
 # For utils/mapper
 cf_make_mapper=no
Index: crossfire-1.60.0/random_maps/Makefile.am
===================================================================
--- crossfire-1.60.0.orig/random_maps/Makefile.am	2011-01-30 06:59:29.000000000 +0200
+++ crossfire-1.60.0/random_maps/Makefile.am	2012-03-12 20:07:12.108984937 +0200
@@ -24,7 +24,7 @@
 #   The author can be reached via e-mail to mark@pyramid.com
 
 
-pkglib_PROGRAMS = random_map
+pkglibexec_PROGRAMS = random_map
 
 random_map_SOURCES = standalone.c
 
Index: crossfire-1.60.0/utils/Makefile.am
===================================================================
--- crossfire-1.60.0.orig/utils/Makefile.am	2011-01-30 06:59:31.000000000 +0200
+++ crossfire-1.60.0/utils/Makefile.am	2012-03-12 20:11:31.208982221 +0200
@@ -1,7 +1,7 @@
 nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl
 dist_bin_SCRIPTS = crossloop.web
-nodist_pkglib_SCRIPTS =
-dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl
+nodist_pkglibexec_SCRIPTS =
+dist_pkglibexec_SCRIPTS = mktable.script add_throw.perl metaserver.pl
 dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd
 
 EXTRA_DIST =
