Skip to content

Commit 25614e8

Browse files
committed
Prepare to release 0.9.2
1 parent 895e3f3 commit 25614e8

13 files changed

Lines changed: 875 additions & 760 deletions

File tree

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Installation Instructions
22
*************************
33

4-
Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
5-
Foundation, Inc.
4+
Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
5+
Software Foundation, Inc.
66

77
Copying and distribution of this file, with or without modification,
88
are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
225225

226226
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227227

228-
HP-UX 'make' updates targets which have the same time stamps as their
228+
HP-UX 'make' updates targets which have the same timestamps as their
229229
prerequisites, which makes it generally unusable when shipped generated
230230
files such as 'configure' are involved. Use GNU 'make' instead.
231231

Makefile.in

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -183,9 +183,6 @@ am__define_uniq_tagged_files = \
183183
unique=`for i in $$list; do \
184184
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185185
done | $(am__uniquify_input)`
186-
ETAGS = etags
187-
CTAGS = ctags
188-
CSCOPE = cscope
189186
DIST_SUBDIRS = $(SUBDIRS)
190187
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
191188
COPYING ChangeLog INSTALL NEWS README TODO compile \
@@ -245,13 +242,16 @@ CC = @CC@
245242
CCDEPMODE = @CCDEPMODE@
246243
CFLAGS = @CFLAGS@
247244
CPPFLAGS = @CPPFLAGS@
245+
CSCOPE = @CSCOPE@
246+
CTAGS = @CTAGS@
248247
CYGPATH_W = @CYGPATH_W@
249248
DEFINES = @DEFINES@
250249
DEFS = @DEFS@
251250
DEPDIR = @DEPDIR@
252251
ECHO_C = @ECHO_C@
253252
ECHO_N = @ECHO_N@
254253
ECHO_T = @ECHO_T@
254+
ETAGS = @ETAGS@
255255
EXEEXT = @EXEEXT@
256256
GTK_CFLAGS = @GTK_CFLAGS@
257257
GTK_LIBS = @GTK_LIBS@
@@ -515,7 +515,6 @@ cscopelist-am: $(am__tagged_files)
515515
distclean-tags:
516516
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517517
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
518-
519518
distdir: $(BUILT_SOURCES)
520519
$(MAKE) $(AM_MAKEFLAGS) distdir-am
521520

aclocal.m4

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -14,8 +14,8 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.70],,
18-
[m4_warning([this file was generated for autoconf 2.70.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18+
[m4_warning([this file was generated for autoconf 2.71.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
@@ -364,7 +364,7 @@ AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
364364
[AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
365365
])dnl PKG_HAVE_DEFINE_WITH_MODULES
366366

367-
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
367+
# Copyright (C) 2002-2021 Free Software Foundation, Inc.
368368
#
369369
# This file is free software; the Free Software Foundation
370370
# gives unlimited permission to copy and/or distribute it,
@@ -379,7 +379,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
379379
[am__api_version='1.16'
380380
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
381381
dnl require some minimum version. Point them to the right macro.
382-
m4_if([$1], [1.16.3], [],
382+
m4_if([$1], [1.16.5], [],
383383
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
384384
])
385385

@@ -395,14 +395,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
395395
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
396396
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
397397
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
398-
[AM_AUTOMAKE_VERSION([1.16.3])dnl
398+
[AM_AUTOMAKE_VERSION([1.16.5])dnl
399399
m4_ifndef([AC_AUTOCONF_VERSION],
400400
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
401401
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
402402

403403
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
404404

405-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
405+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
406406
#
407407
# This file is free software; the Free Software Foundation
408408
# gives unlimited permission to copy and/or distribute it,
@@ -454,7 +454,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
454454

455455
# AM_CONDITIONAL -*- Autoconf -*-
456456

457-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
457+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
458458
#
459459
# This file is free software; the Free Software Foundation
460460
# gives unlimited permission to copy and/or distribute it,
@@ -485,7 +485,7 @@ AC_CONFIG_COMMANDS_PRE(
485485
Usually this means the macro was only invoked conditionally.]])
486486
fi])])
487487

488-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
488+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
489489
#
490490
# This file is free software; the Free Software Foundation
491491
# gives unlimited permission to copy and/or distribute it,
@@ -676,7 +676,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
676676

677677
# Generate code to set up dependency tracking. -*- Autoconf -*-
678678

679-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
679+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
680680
#
681681
# This file is free software; the Free Software Foundation
682682
# gives unlimited permission to copy and/or distribute it,
@@ -744,7 +744,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
744744

745745
# Do all the work for Automake. -*- Autoconf -*-
746746

747-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
747+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
748748
#
749749
# This file is free software; the Free Software Foundation
750750
# gives unlimited permission to copy and/or distribute it,
@@ -772,6 +772,10 @@ m4_defn([AC_PROG_CC])
772772
# release and drop the old call support.
773773
AC_DEFUN([AM_INIT_AUTOMAKE],
774774
[AC_PREREQ([2.65])dnl
775+
m4_ifdef([_$0_ALREADY_INIT],
776+
[m4_fatal([$0 expanded multiple times
777+
]m4_defn([_$0_ALREADY_INIT]))],
778+
[m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
775779
dnl Autoconf wants to disallow AM_ names. We explicitly allow
776780
dnl the ones we care about.
777781
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -808,7 +812,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
808812
[_AM_SET_OPTIONS([$1])dnl
809813
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
810814
m4_if(
811-
m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
815+
m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
812816
[ok:ok],,
813817
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
814818
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
@@ -860,6 +864,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
860864
[m4_define([AC_PROG_OBJCXX],
861865
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
862866
])
867+
# Variables for tags utilities; see am/tags.am
868+
if test -z "$CTAGS"; then
869+
CTAGS=ctags
870+
fi
871+
AC_SUBST([CTAGS])
872+
if test -z "$ETAGS"; then
873+
ETAGS=etags
874+
fi
875+
AC_SUBST([ETAGS])
876+
if test -z "$CSCOPE"; then
877+
CSCOPE=cscope
878+
fi
879+
AC_SUBST([CSCOPE])
880+
863881
AC_REQUIRE([AM_SILENT_RULES])dnl
864882
dnl The testsuite driver may need to know about EXEEXT, so add the
865883
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
@@ -941,7 +959,7 @@ for _am_header in $config_headers :; do
941959
done
942960
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
943961

944-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
962+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
945963
#
946964
# This file is free software; the Free Software Foundation
947965
# gives unlimited permission to copy and/or distribute it,
@@ -962,7 +980,7 @@ if test x"${install_sh+set}" != xset; then
962980
fi
963981
AC_SUBST([install_sh])])
964982

965-
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
983+
# Copyright (C) 2003-2021 Free Software Foundation, Inc.
966984
#
967985
# This file is free software; the Free Software Foundation
968986
# gives unlimited permission to copy and/or distribute it,
@@ -983,7 +1001,7 @@ AC_SUBST([am__leading_dot])])
9831001

9841002
# Check to see how 'make' treats includes. -*- Autoconf -*-
9851003

986-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
1004+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
9871005
#
9881006
# This file is free software; the Free Software Foundation
9891007
# gives unlimited permission to copy and/or distribute it,
@@ -1026,7 +1044,7 @@ AC_SUBST([am__quote])])
10261044

10271045
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
10281046

1029-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
1047+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
10301048
#
10311049
# This file is free software; the Free Software Foundation
10321050
# gives unlimited permission to copy and/or distribute it,
@@ -1060,7 +1078,7 @@ fi
10601078

10611079
# Helper functions for option handling. -*- Autoconf -*-
10621080

1063-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
1081+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
10641082
#
10651083
# This file is free software; the Free Software Foundation
10661084
# gives unlimited permission to copy and/or distribute it,
@@ -1089,7 +1107,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
10891107
AC_DEFUN([_AM_IF_OPTION],
10901108
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10911109

1092-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
1110+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
10931111
#
10941112
# This file is free software; the Free Software Foundation
10951113
# gives unlimited permission to copy and/or distribute it,
@@ -1136,7 +1154,7 @@ AC_LANG_POP([C])])
11361154
# For backward compatibility.
11371155
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
11381156

1139-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
1157+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
11401158
#
11411159
# This file is free software; the Free Software Foundation
11421160
# gives unlimited permission to copy and/or distribute it,
@@ -1155,7 +1173,7 @@ AC_DEFUN([AM_RUN_LOG],
11551173

11561174
# Check to make sure that the build environment is sane. -*- Autoconf -*-
11571175

1158-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
1176+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
11591177
#
11601178
# This file is free software; the Free Software Foundation
11611179
# gives unlimited permission to copy and/or distribute it,
@@ -1236,7 +1254,7 @@ AC_CONFIG_COMMANDS_PRE(
12361254
rm -f conftest.file
12371255
])
12381256

1239-
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
1257+
# Copyright (C) 2009-2021 Free Software Foundation, Inc.
12401258
#
12411259
# This file is free software; the Free Software Foundation
12421260
# gives unlimited permission to copy and/or distribute it,
@@ -1296,7 +1314,7 @@ AC_SUBST([AM_BACKSLASH])dnl
12961314
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
12971315
])
12981316

1299-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
1317+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
13001318
#
13011319
# This file is free software; the Free Software Foundation
13021320
# gives unlimited permission to copy and/or distribute it,
@@ -1324,7 +1342,7 @@ fi
13241342
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
13251343
AC_SUBST([INSTALL_STRIP_PROGRAM])])
13261344

1327-
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
1345+
# Copyright (C) 2006-2021 Free Software Foundation, Inc.
13281346
#
13291347
# This file is free software; the Free Software Foundation
13301348
# gives unlimited permission to copy and/or distribute it,
@@ -1343,7 +1361,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
13431361

13441362
# Check how to create a tarball. -*- Autoconf -*-
13451363

1346-
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
1364+
# Copyright (C) 2004-2021 Free Software Foundation, Inc.
13471365
#
13481366
# This file is free software; the Free Software Foundation
13491367
# gives unlimited permission to copy and/or distribute it,

compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77
# Written by Tom Tromey <[email protected]>.
88
#
99
# This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)