]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure
Make it easier to rebuild configure files.
authorSimon Marchi <simon.marchi@efficios.com>
Sun, 26 Jun 2022 18:43:33 +0000 (14:43 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Sun, 26 Jun 2022 18:43:33 +0000 (14:43 -0400)
commit1f237573caa5cf72218ea31fe78eb3983a717ca6
treefeb7e3d3b6f93e0f0b29116f3238981ebec28b45
parent57988cbe73ef9f8bf2d0f123a0cd934fc1e2a6d8
Make it easier to rebuild configure files.

Add

  AC_CONFIG_MACRO_DIRS([../config])

So that just running:

  $ autoreconf -vf

... does the right thing (no need to specify -I ../config).

Note: I don't have access to the gcc repo, so if this patch is approved,
can somebody push it there on my behalf?  I can push it to binutils-gdb.

libiberty/ChangeLog:

* configure.ac: Add AC_CONFIG_MACRO_DIRS call.
* configure: Re-generate.
libiberty/configure
libiberty/configure.ac