Browse Source

Version klish-1.3.1

git-svn-id: https://klish.googlecode.com/svn/trunk@329 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
9a06f2a4a4
2 changed files with 16 additions and 16 deletions
  1. 14 14
      configure
  2. 2 2
      configure.ac

+ 14 - 14
configure

@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for clish 1.3.0.
+# Generated by GNU Autoconf 2.68 for klish 1.3.1.
 #
 # Report bugs to <serj.kalichev at gmail dot com>.
 #
@@ -568,10 +568,10 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='clish'
-PACKAGE_TARNAME='clish'
-PACKAGE_VERSION='1.3.0'
-PACKAGE_STRING='clish 1.3.0'
+PACKAGE_NAME='klish'
+PACKAGE_TARNAME='klish'
+PACKAGE_VERSION='1.3.1'
+PACKAGE_STRING='klish 1.3.1'
 PACKAGE_BUGREPORT='serj.kalichev at gmail dot com'
 PACKAGE_URL=''
 
@@ -1327,7 +1327,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures clish 1.3.0 to adapt to many kinds of systems.
+\`configure' configures klish 1.3.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1375,7 +1375,7 @@ Fine tuning of the installation directories:
   --infodir=DIR           info documentation [DATAROOTDIR/info]
   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/clish]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/klish]
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1397,7 +1397,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of clish 1.3.0:";;
+     short | recursive ) echo "Configuration of klish 1.3.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1509,7 +1509,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-clish configure 1.3.0
+klish configure 1.3.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2177,7 +2177,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by clish $as_me 1.3.0, which was
+It was created by klish $as_me 1.3.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -15126,8 +15126,8 @@ fi
 
 
 # Define the identity of the package.
- PACKAGE='clish'
- VERSION='1.3.0'
+ PACKAGE='klish'
+ VERSION='1.3.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16691,7 +16691,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by clish $as_me 1.3.0, which was
+This file was extended by klish $as_me 1.3.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16757,7 +16757,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-clish config.status 1.3.0
+klish config.status 1.3.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 

+ 2 - 2
configure.ac

@@ -2,10 +2,10 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([MAJOR_VERSION], 1)
 m4_define([MINOR_VERSION], 3)
-m4_define([MICRO_VERSION], 0)
+m4_define([MICRO_VERSION], 1)
 
 AC_PREREQ(2.59)
-AC_INIT([clish],
+AC_INIT([klish],
         [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION],
         [serj.kalichev at gmail dot com])