[mapserver-commits] r12258 - trunk/mapserver/mapcache
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:11:39 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:11:39 -0700 (Fri, 26 Aug 2011)
New Revision: 12258
Added:
trunk/mapserver/mapcache/reconfigure.sh
Modified:
trunk/mapserver/mapcache/Makefile
Log:
add missing include
thomas.bonfort | 2011-01-17 15:38:24 +0100 (Mon, 17 Jan 2011)
Modified: trunk/mapserver/mapcache/Makefile
===================================================================
--- trunk/mapserver/mapcache/Makefile 2011-08-26 11:11:35 UTC (rev 12257)
+++ trunk/mapserver/mapcache/Makefile 2011-08-26 11:11:39 UTC (rev 12258)
@@ -17,6 +17,7 @@
configure: configure.in
@autoconf
@echo "configure has been updated/created and should be (re)run before continuing"
+ @echo $(shell sh ./reconfigure.sh)
@exit 1
apache-restart:
Added: trunk/mapserver/mapcache/reconfigure.sh
===================================================================
--- trunk/mapserver/mapcache/reconfigure.sh (rev 0)
+++ trunk/mapserver/mapcache/reconfigure.sh 2011-08-26 11:11:39 UTC (rev 12258)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if test -f config.log; then
+ echo "you should rerun:"
+ grep -o '\./configure .*$' config.log
+else
+ echo "you should now run the ./configure script"
+fi
More information about the mapserver-commits
mailing list