summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 04:07:53 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 04:07:53 +0200
commit846682b6ba593fd73a286425026d9fe92830eba8 (patch)
tree9f32eae05b5290f589e9166391a6d3b19d00e79a
parent2cc81c9dd026f483683683c7e11e2dd612ac716e (diff)
downloadmdk-846682b6ba593fd73a286425026d9fe92830eba8.tar.gz
mdk-846682b6ba593fd73a286425026d9fe92830eba8.tar.bz2
configure.in is now called configure.ac.
-rw-r--r--configure.ac (renamed from configure.in)8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.ac
index de6e3e1..2b5794e 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -8,8 +8,10 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-AC_INIT([GNU MDK],1.2.4,[bug-mdk@gnu.org],mdk)
-AM_INIT_AUTOMAKE(mdk,1.2.4)
+AC_INIT([GNU MDK],1.2.5,[bug-mdk@gnu.org],mdk)
+AC_CONFIG_SRCDIR([mixlib/mix.h])
+AM_INIT_AUTOMAKE
+
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE