From: Martin Johansson Date: Tue, 29 Mar 2011 19:12:42 +0000 (+0200) Subject: Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standar... X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=0aa8ce1f1509416e72f5a752ac6cf547476c51c4 Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standard GNU files. --- diff --git a/Makefile.am b/Makefile.am index faf338b..8aafc54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,4 +26,5 @@ # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +AUTOMAKE_OPTIONS=foreign SUBDIRS = src diff --git a/configure.ac b/configure.ac index 75a12d2..3712f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.63]) AC_INIT([umurmur], [0.2.6], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur]) AC_CONFIG_SRCDIR([src/client.h]) AC_CONFIG_HEADERS([config.h])