From 3c06758928bdacd7cf06127acf885f99a643d480 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 4 Nov 2012 20:42:12 +0200 Subject: [PATCH] * bump version to 0.9.9.5-dev3 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0eef1ef9..d2dc0fe5 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT([mu],[0.9.9.5-dev2],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.9.5-dev3],[http://code.google.com/p/mu0/issues/list],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old @@ -42,8 +42,8 @@ AM_PROG_LIBTOOL #LT_INIT([disable-shared]) AC_PROG_AWK -AC_CHECK_PROG([SORT],[sort]) - +AC_CHECK_PROG(SORT,sort,sort) + AC_CHECK_HEADERS([locale.h langinfo.h wordexp.h]) # use the 64-bit versions