diff --git a/ChangeLog b/ChangeLog index 103d9dbf..d6ea2410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * configure.ac: replace AC_ARG_VAR by AC_SUBST where appropriate +2023-07-24 Simon Sobisch + + * configure.ac: fix for resolving COBCRUN_NAME + 2024-05-14 David Declerck * configure.ac: update flags for building dynamic libraries on macOS diff --git a/bin/ChangeLog b/bin/ChangeLog index 05453ed3..39842b72 100644 --- a/bin/ChangeLog +++ b/bin/ChangeLog @@ -3,6 +3,16 @@ * cobfile.c, gcdiff.c: fixed some warnings about unsigned char +2023-07-24 Simon Sobisch + + * cob-config.in: prevent warning to use datadir, but not datarootdir; + allow abbreviated commands (blatantly copied from configure script) + +2023-07-01 Fabrice Le Fessant + + * cob-config.in: echo in same order as arguments; add missing + arguments (--bindir,--libdir,--datadir,--mandir,--includedir) + 2023-01-21 Simon Sobisch * cobfile.c, gcdiff.c: fixed some warnings about signed char @@ -11,11 +21,6 @@ * cobcrun.c: use libcob's cob_getenv_direct instead of getenv -2023-07-01 Fabrice Le Fessant - - * cob-config: echo in same order as arguments. Add missing - arguments (--bindir,--libdir,--datadir,--mandir,--includedir) - 2022-10-18 Simon Sobisch * cobcrun.c: minor validation - check for empty parameters @@ -349,7 +354,7 @@ then you can switch easily. -Copyright 2004-2008,2010,2012,2014-2022 Free Software Foundation, Inc. +Copyright 2004-2008,2010,2012,2014-2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/bin/cob-config.in b/bin/cob-config.in index 03931f31..7be779bb 100644 --- a/bin/cob-config.in +++ b/bin/cob-config.in @@ -2,8 +2,8 @@ # # cob-config # -# Copyright (C) 2003-2012, 2020 Free Software Foundation, Inc. -# Written by Keisuke Nishida, Roger While +# Copyright (C) 2003-2012, 2020, 2023 Free Software Foundation, Inc. +# Written by Keisuke Nishida, Roger While, Simon Sobisch, Fabrice Le Fessant # # This file is part of GnuCOBOL. # @@ -27,6 +27,7 @@ exec_prefix_set=no libdir=@libdir@ includedir=@includedir@ bindir=@bindir@ +datarootdir=@datarootdir@ datadir=@datadir@ includedir=@includedir@ mandir=@mandir@ @@ -43,6 +44,8 @@ usage() cat <