diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-28 10:11:18 +0000 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-28 10:11:18 +0000 |
| commit | 77b56ea88c330f352c7adddf6725d95a44bdc8e2 (patch) | |
| tree | 832ba071183f3decd329a2fbf8dfc9e03d691f4e | |
| parent | d77bd77ed102dd8d6b24f9c45e2a5128d6d859d5 (diff) | |
| download | nimisewi_c-77b56ea88c330f352c7adddf6725d95a44bdc8e2.tar.gz nimisewi_c-77b56ea88c330f352c7adddf6725d95a44bdc8e2.zip | |
added 'ku' wordv0.1.1
a a a mi pakala. mi pana ala e nimi 'ku'. taso tenpo ni la, ona li lon.
FossilOrigin-Name: ddf9fcf21cd82cdd58f0da8e76814536020edad108662524cd95a56cb555c520
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | nimitoki.c | 1 | ||||
| -rw-r--r-- | nimitoki.txt | 1 |
4 files changed, 13 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for nimisewi 0.1.0. +# Generated by GNU Autoconf 2.71 for nimisewi 0.1.1. # # Report bugs to <aaoth@aaoth.xyz>. # @@ -612,8 +612,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='nimisewi' PACKAGE_TARNAME='nimisewi' -PACKAGE_VERSION='0.1.0' -PACKAGE_STRING='nimisewi 0.1.0' +PACKAGE_VERSION='0.1.1' +PACKAGE_STRING='nimisewi 0.1.1' PACKAGE_BUGREPORT='aaoth@aaoth.xyz' PACKAGE_URL='' @@ -1309,7 +1309,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 nimisewi 0.1.0 to adapt to many kinds of systems. +\`configure' configures nimisewi 0.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1380,7 +1380,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nimisewi 0.1.0:";; + short | recursive ) echo "Configuration of nimisewi 0.1.1:";; esac cat <<\_ACEOF @@ -1471,7 +1471,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nimisewi configure 0.1.0 +nimisewi configure 0.1.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1791,7 +1791,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 nimisewi $as_me 0.1.0, which was +It was created by nimisewi $as_me 0.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3062,7 +3062,7 @@ fi # Define the identity of the package. PACKAGE='nimisewi' - VERSION='0.1.0' + VERSION='0.1.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -5222,7 +5222,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 nimisewi $as_me 0.1.0, which was +This file was extended by nimisewi $as_me 0.1.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5290,7 +5290,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -nimisewi config.status 0.1.0 +nimisewi config.status 0.1.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 32f560f..7bdd1f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([nimisewi], [0.1.0], [aaoth@aaoth.xyz]) +AC_INIT([nimisewi], [0.1.1], [aaoth@aaoth.xyz]) AC_COPYRIGHT([Copyright (c) 2021, la-ninpre]) AC_CONFIG_AUX_DIR([autotools]) AM_INIT_AUTOMAKE @@ -37,6 +37,7 @@ const char *nimi_toki[] = { "ko", "kokosila", "kon", + "ku", "kule", "kulupu", "kute", diff --git a/nimitoki.txt b/nimitoki.txt index 77c59b7..d6e4f63 100644 --- a/nimitoki.txt +++ b/nimitoki.txt @@ -31,6 +31,7 @@ kiwen ko kokosila kon +ku kule kulupu kute |
