diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-23 04:07:53 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-23 04:07:53 +0200 |
commit | 846682b6ba593fd73a286425026d9fe92830eba8 (patch) | |
tree | 9f32eae05b5290f589e9166391a6d3b19d00e79a | |
parent | 2cc81c9dd026f483683683c7e11e2dd612ac716e (diff) | |
download | mdk-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 |