~m-grant-prg/alarmclock-java/bionic-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Grant
  • Date: 2020-01-25 09:43:12 UTC
  • mfrom: (1.1.16)
  • Revision ID: m.grant.prg@gmail.com-20200125094312-t4k946v74dnix3g7
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# Script ID: ./configure.ac                                             #
4
 
# Author: Copyright (C) 2018-2019  Mark Grant                           #
 
4
# Author: Copyright (C) 2018-2020  Mark Grant                           #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
97
97
# 22/06/2019    MG      1.0.3   Add distcheckfake option.               #
98
98
#                               Improve in-file comments on CLAs.       #
99
99
# 28/06/2019    MG      1.0.4   Correct ARG_ENABLE help text.           #
 
100
# 22/01/2020    MG      1.0.5   Add jarobjects directory.               #
100
101
#                                                                       #
101
102
#########################################################################
102
103
 
107
108
#                                       #
108
109
#########################################
109
110
 
110
 
AC_REVISION([$Revision: 1.0.4 $])
 
111
AC_REVISION([$Revision: 1.0.5 $])
111
112
 
112
113
AC_PREREQ([2.69])
113
114
 
116
117
# can be used by ac output and / or the sed setup below to substitute bookmarks
117
118
# in source files.
118
119
#
119
 
AC_INIT(MGE AlarmClock Java Package, 1.1.5,
 
120
AC_INIT(MGE AlarmClock Java Package, 1.3.0+rc1,
120
121
        m.grant.prg@gmail.com, alarmclock-java)
121
122
 
122
123
AC_MSG_NOTICE(initialisation and setup)
468
469
                src/distobjects/Makefile
469
470
                src/man/1/Makefile
470
471
                src/prg/bash/Makefile
 
472
                src/prg/java/src/jarobjects/Makefile
471
473
                src/prg/java/src/alarmclock/Makefile])
472
474
 
473
475
AC_OUTPUT