Skip to content

Commit bf66a8c

Browse files
committed
Bump version to 1.4.2
1 parent 8dd6158 commit bf66a8c

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ocp-indent 1.4.1.
3+
# Generated by GNU Autoconf 2.69 for ocp-indent 1.4.2.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -9,7 +9,7 @@
99
# This configure script is free software; the Free Software Foundation
1010
# gives unlimited permission to copy, distribute and modify it.
1111
#
12-
# Copyright 2013 OcamlPro SAS
12+
# Copyright 2013-2014 OcamlPro SAS
1313
## -------------------- ##
1414
## M4sh Initialization. ##
1515
## -------------------- ##
@@ -578,8 +578,8 @@ MAKEFLAGS=
578578
# Identity of this package.
579579
PACKAGE_NAME='ocp-indent'
580580
PACKAGE_TARNAME='ocp-indent'
581-
PACKAGE_VERSION='1.4.1'
582-
PACKAGE_STRING='ocp-indent 1.4.1'
581+
PACKAGE_VERSION='1.4.2'
582+
PACKAGE_STRING='ocp-indent 1.4.2'
583583
PACKAGE_BUGREPORT=''
584584
PACKAGE_URL=''
585585

@@ -1195,7 +1195,7 @@ if test "$ac_init_help" = "long"; then
11951195
# Omit some internal or obsolete options to make the list less imposing.
11961196
# This message is too long to be a string in the A/UX 3.1 sh.
11971197
cat <<_ACEOF
1198-
\`configure' configures ocp-indent 1.4.1 to adapt to many kinds of systems.
1198+
\`configure' configures ocp-indent 1.4.2 to adapt to many kinds of systems.
11991199
12001200
Usage: $0 [OPTION]... [VAR=VALUE]...
12011201
@@ -1256,7 +1256,7 @@ fi
12561256

12571257
if test -n "$ac_init_help"; then
12581258
case $ac_init_help in
1259-
short | recursive ) echo "Configuration of ocp-indent 1.4.1:";;
1259+
short | recursive ) echo "Configuration of ocp-indent 1.4.2:";;
12601260
esac
12611261
cat <<\_ACEOF
12621262
@@ -1335,14 +1335,14 @@ fi
13351335
test -n "$ac_init_help" && exit $ac_status
13361336
if $ac_init_version; then
13371337
cat <<\_ACEOF
1338-
ocp-indent configure 1.4.1
1338+
ocp-indent configure 1.4.2
13391339
generated by GNU Autoconf 2.69
13401340
13411341
Copyright (C) 2012 Free Software Foundation, Inc.
13421342
This configure script is free software; the Free Software Foundation
13431343
gives unlimited permission to copy, distribute and modify it.
13441344
1345-
Copyright 2013 OcamlPro SAS
1345+
Copyright 2013-2014 OcamlPro SAS
13461346
_ACEOF
13471347
exit
13481348
fi
@@ -1392,7 +1392,7 @@ cat >config.log <<_ACEOF
13921392
This file contains any messages produced by compilers while
13931393
running configure, to aid debugging if configure makes a mistake.
13941394
1395-
It was created by ocp-indent $as_me 1.4.1, which was
1395+
It was created by ocp-indent $as_me 1.4.2, which was
13961396
generated by GNU Autoconf 2.69. Invocation command line was
13971397
13981398
$ $0 $@
@@ -4079,7 +4079,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40794079
# report actual input values of CONFIG_FILES etc. instead of their
40804080
# values after options handling.
40814081
ac_log="
4082-
This file was extended by ocp-indent $as_me 1.4.1, which was
4082+
This file was extended by ocp-indent $as_me 1.4.2, which was
40834083
generated by GNU Autoconf 2.69. Invocation command line was
40844084
40854085
CONFIG_FILES = $CONFIG_FILES
@@ -4132,7 +4132,7 @@ _ACEOF
41324132
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41334133
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
41344134
ac_cs_version="\\
4135-
ocp-indent config.status 1.4.1
4135+
ocp-indent config.status 1.4.2
41364136
configured by $0, generated by GNU Autoconf 2.69,
41374137
with options \\"\$ac_cs_config\\"
41384138

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AC_INIT(ocp-indent,1.4.1)
2-
AC_COPYRIGHT(Copyright 2013 OcamlPro SAS)
1+
AC_INIT(ocp-indent,1.4.2)
2+
AC_COPYRIGHT(Copyright 2013-2014 OcamlPro SAS)
33

44
AC_CONFIG_MACRO_DIR([m4])
55
AC_PROG_CC

opam

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
opam-version: "1"
2+
name: "ocp-indent"
3+
version: "1.4.2"
24
maintainer: "[email protected]"
35
homepage: "http://www.typerex.org/ocp-indent.html"
46
license: "LGPL"
7+
tags: [
8+
"org:ocamlpro"
9+
"org:typerex"
10+
]
511
build: [
612
["./configure" "--prefix" prefix]
713
[make]
@@ -14,18 +20,11 @@ post-messages: [
1420
"OCP-INDENT installed.
1521

1622
To use it from emacs, add the following to your .emacs:
17-
(add-to-list 'load-path (concat
18-
(replace-regexp-in-string \"\\n$\" \"\"
19-
(shell-command-to-string \"opam config var share\"))
20-
\"/emacs/site-lisp\"))
23+
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
2124
(require 'ocp-indent)
2225

2326
To use it from Vim, add to your .vimrc:
24-
let g:ocp_indent_vimfile = system(\"opam config var share\")
25-
let g:ocp_indent_vimfile = substitute(g:ocp_indent_vimfile, '[\\r\\n]*$', '', '')
26-
let g:ocp_indent_vimfile = g:ocp_indent_vimfile . \"/vim/syntax/ocp-indent.vim\"
27-
28-
execute \":source \" . g:ocp_indent_vimfile
27+
execute \":source \" . \"%{share}%/vim/syntax/ocp-indent.vim\"
2928
"
3029
{success}
3130
]

0 commit comments

Comments
 (0)