Skip to content

Commit

Permalink
rerun autotools after autotools versions update
Browse files Browse the repository at this point in the history
- autoconf-archive 2021.02.19 -> 2022.09.03
- automake 1.16.3 -> 1.16.5
- libtool 2.4.6 -> 2.4.7
  • Loading branch information
svigerske committed Feb 1, 2023
1 parent e622421 commit ec43e37
Show file tree
Hide file tree
Showing 16 changed files with 1,627 additions and 1,070 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ More detailed information about incremental changes can be found in the
- Added `IpoptData::TimingStats() const` [#611]
- Assume DLL library extension in linear solver library loader on Windows
also when building with other compiler than MSVC/Intel [#628].
- Updated buildsystem files after upgrading to most recent versions of autotools.

### 3.14.10 (2022-10-11)

Expand Down
11 changes: 6 additions & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@

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

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Expand Down Expand Up @@ -280,9 +280,6 @@ am__define_uniq_tagged_files = \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = src contrib/sIPOPT
ACLOCAL = @ACLOCAL@
ADD_CFLAGS = @ADD_CFLAGS@
Expand All @@ -304,6 +301,8 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
COIN_PKG_CONFIG_PATH = @COIN_PKG_CONFIG_PATH@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
Expand All @@ -319,10 +318,12 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
FGREP = @FGREP@
FILECMD = @FILECMD@
FLIBS = @FLIBS@
GREP = @GREP@
HSLLIB_CFLAGS = @HSLLIB_CFLAGS@
Expand Down
2 changes: 1 addition & 1 deletion ar-lib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
me=ar-lib
scriptversion=2019-07-04.01; # UTC

# Copyright (C) 2010-2020 Free Software Foundation, Inc.
# Copyright (C) 2010-2021 Free Software Foundation, Inc.
# Written by Peter Rosin <peda@lysator.liu.se>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

scriptversion=2018-03-07.03; # UTC

# Copyright (C) 1999-2020 Free Software Foundation, Inc.
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit ec43e37

Please sign in to comment.