Skip to content

Commit

Permalink
autoconf update and version rollback for debian packaging, updated re…
Browse files Browse the repository at this point in the history
…adme a bit as well
  • Loading branch information
proycon committed Jul 30, 2016
1 parent ac5a557 commit 942feac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# uctodata 0.1 CLST/ILK/CLiPS 1998 - 2016
https://github.com/LanguageMachines/uctodata/

documentation: https://languagemachines.github.io/ucto
Website and documentation: https://languagemachines.github.io/ucto

uctodata provides datafiles for ucto for several languages
uctodata provides datafiles for the tokeniser ucto for several languages

uctodata is architecture independent.

Expand All @@ -15,7 +15,7 @@ https://proycon.github.io/LaMachine .

To compile and install manually from source instead:

$ bash bootstrap.sh
$ ./configure
$ make
$ make install
$ bash bootstrap.sh
$ ./configure
$ make
$ make install
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([uctodata], [0.2], [[email protected]])
AM_INIT_AUTOMAKE
AC_INIT([uctodata], [0.1.1], [[email protected]])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])

AC_OUTPUT([
Expand Down

0 comments on commit 942feac

Please sign in to comment.