From 8505f6c316b2e6eb5d84c65ccb846f44a028f91f Mon Sep 17 00:00:00 2001 From: djcb Date: Fri, 2 Nov 2012 09:26:54 +0200 Subject: [PATCH] * configure.ac: bump version to 0.9.9.5-dev2 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 012cf881..0eef1ef9 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-dev1],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.9.5-dev2],[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,6 +42,7 @@ AM_PROG_LIBTOOL #LT_INIT([disable-shared]) AC_PROG_AWK +AC_CHECK_PROG([SORT],[sort]) AC_CHECK_HEADERS([locale.h langinfo.h wordexp.h])