Skip to content

Commit

Permalink
Release 0.5.2; Fix lintian warnings (closes #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed May 25, 2020
1 parent c3dec65 commit 884a344
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# autoconf requirements
AC_PREREQ([2.62])
AC_INIT([hfstospell], [0.5.1], [hfst-bugs@helsinki.fi], [hfstospell], [http://hfst.github.io])
AC_INIT([hfstospell], [0.5.2], [hfst-bugs@helsinki.fi], [hfstospell], [http://hfst.github.io])

LT_PREREQ([2.2.6])

Expand All @@ -34,16 +34,14 @@ AC_CONFIG_HEADERS([config.h])
HFSTOSPELL_NAME=hfstospell
HFSTOSPELL_MAJOR=0
HFSTOSPELL_MINOR=5
HFSTOSPELL_EXTENSION=.1
HFSTOSPELL_EXTENSION=.2
HFSTOSPELL_VERSION=$HFSTOSPELL_MAJOR.$HFSTOSPELL_MINOR$HFSTOSPELL_EXTENSION
AC_SUBST(HFSTOSPELL_MAJOR)
AC_SUBST(HFSTOSPELL_MINOR)
AC_SUBST(HFSTOSPELL_VERSION)
AC_SUBST(HFSTOSPELL_NAME)

# Check for pkg-config first - the configuration won't work if it isn't available:
AC_PATH_PROG([PKGCONFIG], [pkg-config], [no])
AS_IF([test "x$PKGCONFIG" = xno], [AC_MSG_ERROR([pkg-config is required - please install])])
PKG_PROG_PKG_CONFIG
AC_PATH_PROG([DOXYGEN], [doxygen], [false])
AM_CONDITIONAL([CAN_DOXYGEN], [test "x$DOXYGEN" != xfalse])

Expand Down
2 changes: 1 addition & 1 deletion hfst-ospell-office.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH HFST-OSPELL-OFFICE "5" "March 2018" "hfst-ospell-office " "User Commands"
.TH HFST-OSPELL-OFFICE "1" "March 2018" "hfst-ospell-office " "User Commands"
.SH NAME
hfst-ospell-office \- Spell checker tool based on HFST
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion hfst-ospell.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH HFST-OSPELL "5" "March 2018" "hfst-ospell " "User Commands"
.TH HFST-OSPELL "1" "March 2018" "hfst-ospell " "User Commands"
.SH NAME
hfst-ospell \- Spell checker tool based on HFST
.SH SYNOPSIS
Expand Down

0 comments on commit 884a344

Please sign in to comment.