~m-grant-prg/libmgec/focal-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mark Grant
  • Date: 2022-10-17 08:44:00 UTC
  • mfrom: (1.1.67)
  • Revision ID: m.grant.prg@gmail.com-20221017084400-taughsky7zvr4con
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
#                               linker macros v1.1.1                    #
158
158
#                               New CL option to enable compiler        #
159
159
#                               analyzer output.                        #
 
160
# 19/07/2022    MG      1.1.12  Remove portability restrictions for     #
 
161
#                               Automake. Allows automatic generation   #
 
162
#                               of source file depends in the doxygen   #
 
163
#                               Makefile.am                             #
 
164
# 25/07/2022    MG      1.2.1   Change doc directory to docs to support #
 
165
#                               using GitHub Pages for hosting Doxygen  #
 
166
#                               documentation.                          #
160
167
#                                                                       #
161
168
#########################################################################
162
169
 
171
178
              This script is free to copy or distribute under the terms set out
172
179
              in the package license. See COPYING for details.])
173
180
 
174
 
AC_REVISION($Revision: 1.1.11 $)
 
181
AC_REVISION($Revision: 1.2.1 $)
175
182
 
176
183
AC_PREREQ(2.69)
177
184
 
189
196
# in source files.
190
197
#
191
198
# Set pkg_version for a default hard-coded version number.
192
 
m4_define(pkg_version, 1.5.5)
 
199
m4_define(pkg_version, 1.6.4)
193
200
 
194
201
AC_INIT([MGE General C Library], m4_esyscmd([ \
195
202
        git describe --always 1>/dev/null 2>/dev/null \
211
218
# This also checks :-   BSD install     make variable set       mkdir -p
212
219
#                       gawk
213
220
#
214
 
AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects tar-pax])
 
221
AM_INIT_AUTOMAKE(-Wall -Wno-portability -Werror subdir-objects tar-pax)
215
222
 
216
223
#
217
224
# Standard macros will be automatically placed in m4.
692
699
# Directory Variables, (bindir and friends), except in Makefiles and pkg-config
693
700
# files. See GNU AutoConf manual section 4.8.2 Installation Directory Variables.
694
701
#
695
 
AC_CONFIG_FILES(doc/doxygen/Doxyfile)
 
702
AC_CONFIG_FILES(docs/doxygen/Doxyfile)
696
703
AC_CONFIG_FILES(src/prg/c/pkg-config/libmgec.pc)
697
704
 
698
705
# Causes AC_OUTPUT to create a c preprocessor file with #define statements about
701
708
 
702
709
# Project Makefiles to create.
703
710
AC_CONFIG_FILES(Makefile
704
 
                doc/doxygen/Makefile
 
711
                docs/doxygen/Makefile
705
712
                src/man/3/listsandsorts/bstree/Makefile
706
713
                src/man/3/buf-msg/Makefile
707
714
                src/man/3/listsandsorts/dllist/Makefile