Make 'autoreconf' work for 'gcc', 'libobjc'
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 20 Sep 2022 12:27:05 +0000 (14:27 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 20 Oct 2022 09:42:46 +0000 (11:42 +0200)
commit25861cf3a88a07c8dca3fb32d098c0ad756bbe38
tree6290768a96d2446a312539971345dfc9087c10f4
parentdf99e9e42094dee0833ac38f53e7fae09b4d133c
Make 'autoreconf' work for 'gcc', 'libobjc'

With that, we may then run plain 'autoreconf' for all of GCC's subpackages,
instead of for some of those (that don't use Automake) manually having to run
the applicable combination of 'aclocal', 'autoconf', 'autoheader'.

See also 'AC_CONFIG_MACRO_DIRS'/'AC_CONFIG_MACRO_DIR' usage elsewhere.

gcc/
* configure.ac (AC_CONFIG_MACRO_DIRS): Instantiate.
* configure: Regenerate.
libobjc/
* configure.ac (AC_CONFIG_MACRO_DIRS): Instantiate.
* configure: Regenerate.
gcc/configure
gcc/configure.ac
libobjc/configure
libobjc/configure.ac