~m-grant-prg/obs-utils/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Grant
  • Date: 2022-08-05 08:09:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: m.grant.prg@gmail.com-20220805080945-dre04kx3f5qwsjrq
Tags: upstream-1.0.2+rc1
ImportĀ upstreamĀ versionĀ 1.0.2+rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# Date          Author  Version Description                             #
40
40
#                                                                       #
41
41
# 30/05/2022    MG      1.0.1   First release.                          #
 
42
# 04/08/2022    MG      1.0.2   Add new config file build.              #
42
43
#                                                                       #
43
44
#########################################################################
44
45
 
53
54
              This script is free to copy or distribute under the terms set out
54
55
              in the package license. See COPYING for details.])
55
56
 
56
 
AC_REVISION([$Revision: 1.0.1 $])
 
57
AC_REVISION([$Revision: 1.0.2 $])
57
58
 
58
59
AC_PREREQ([2.69])
59
60
 
71
72
# in source files.
72
73
#
73
74
# Set pkg_version for a default hard-coded version number.
74
 
m4_define(pkg_version, 1.0.2)
 
75
m4_define(pkg_version, 1.0.2+rc1)
75
76
 
76
77
AC_INIT([Kernel Utilities], m4_esyscmd([ \
77
78
        git describe --always 1>/dev/null 2>/dev/null \
283
284
 
284
285
# Project Makefiles to create.
285
286
AC_CONFIG_FILES([Makefile
 
287
                src/conf/etc/Makefile
286
288
                src/man/1/Makefile
287
289
                src/prg/bash/Makefile])
288
290