From: Keiichiro O. <ur...@us...> - 2015-12-25 06:55:59
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22496 Modified Files: configure configure.ac Log Message: update configure to 3.9 Index: configure.ac =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** configure.ac 18 Dec 2015 07:53:25 -0000 1.12 --- configure.ac 25 Dec 2015 06:55:56 -0000 1.13 *************** *** 46,52 **** AC_PREREQ(2.59) ! AC_INIT(SPTK-Reference-Manual, 3.8, http://sourceforge.net/projects/sp-tk/) AC_COPYRIGHT(Copyright 1984-2007 Tokyo Institute of Technology) ! AC_COPYRIGHT(Copyright 1996-2014 Nagoya Institute of Technology) # Checks for programs. --- 46,52 ---- AC_PREREQ(2.59) ! AC_INIT(SPTK-Reference-Manual, 3.9, http://sourceforge.net/projects/sp-tk/) AC_COPYRIGHT(Copyright 1984-2007 Tokyo Institute of Technology) ! AC_COPYRIGHT(Copyright 1996-2015 Nagoya Institute of Technology) # Checks for programs. Index: configure =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/configure,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** configure 12 Dec 2014 03:01:59 -0000 1.11 --- configure 25 Dec 2015 06:55:56 -0000 1.12 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.69 for SPTK-Reference-Manual 3.8. # # Report bugs to <http://sourceforge.net/projects/sp-tk/>. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.69 for SPTK-Reference-Manual 3.9. # # Report bugs to <http://sourceforge.net/projects/sp-tk/>. *************** *** 14,18 **** # Copyright 1984-2007 Tokyo Institute of Technology # ! # Copyright 1996-2014 Nagoya Institute of Technology ## -------------------- ## ## M4sh Initialization. ## --- 14,18 ---- # Copyright 1984-2007 Tokyo Institute of Technology # ! # Copyright 1996-2015 Nagoya Institute of Technology ## -------------------- ## ## M4sh Initialization. ## *************** *** 584,589 **** PACKAGE_NAME='SPTK-Reference-Manual' PACKAGE_TARNAME='sptk-reference-manual' ! PACKAGE_VERSION='3.8' ! PACKAGE_STRING='SPTK-Reference-Manual 3.8' PACKAGE_BUGREPORT='http://sourceforge.net/projects/sp-tk/' PACKAGE_URL='' --- 584,589 ---- PACKAGE_NAME='SPTK-Reference-Manual' PACKAGE_TARNAME='sptk-reference-manual' ! PACKAGE_VERSION='3.9' ! PACKAGE_STRING='SPTK-Reference-Manual 3.9' PACKAGE_BUGREPORT='http://sourceforge.net/projects/sp-tk/' PACKAGE_URL='' *************** *** 1181,1185 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures SPTK-Reference-Manual 3.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 1181,1185 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures SPTK-Reference-Manual 3.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 1243,1247 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of SPTK-Reference-Manual 3.8:";; esac cat <<\_ACEOF --- 1243,1247 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of SPTK-Reference-Manual 3.9:";; esac cat <<\_ACEOF *************** *** 1310,1314 **** if $ac_init_version; then cat <<\_ACEOF ! SPTK-Reference-Manual configure 3.8 generated by GNU Autoconf 2.69 --- 1310,1314 ---- if $ac_init_version; then cat <<\_ACEOF ! SPTK-Reference-Manual configure 3.9 generated by GNU Autoconf 2.69 *************** *** 1319,1323 **** Copyright 1984-2007 Tokyo Institute of Technology ! Copyright 1996-2014 Nagoya Institute of Technology _ACEOF exit --- 1319,1323 ---- Copyright 1984-2007 Tokyo Institute of Technology ! Copyright 1996-2015 Nagoya Institute of Technology _ACEOF exit *************** *** 1331,1335 **** running configure, to aid debugging if configure makes a mistake. ! It was created by SPTK-Reference-Manual $as_me 3.8, which was generated by GNU Autoconf 2.69. Invocation command line was --- 1331,1335 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by SPTK-Reference-Manual $as_me 3.9, which was generated by GNU Autoconf 2.69. Invocation command line was *************** *** 2478,2482 **** # values after options handling. ac_log=" ! This file was extended by SPTK-Reference-Manual $as_me 3.8, which was generated by GNU Autoconf 2.69. Invocation command line was --- 2478,2482 ---- # values after options handling. ac_log=" ! This file was extended by SPTK-Reference-Manual $as_me 3.9, which was generated by GNU Autoconf 2.69. Invocation command line was *************** *** 2531,2535 **** ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ ! SPTK-Reference-Manual config.status 3.8 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" --- 2531,2535 ---- ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ ! SPTK-Reference-Manual config.status 3.9 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |