aboutsummaryrefslogtreecommitdiff
path: root/libgm2/Makefile.am
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-04-11 21:40:14 +0200
committerThomas Schwinge <thomas@codesourcery.com>2023-05-08 15:51:59 +0200
commit8b8a4fb8eff662554207e2ba9ed6afb0f6c5abaf (patch)
treef609b1103325d2c02100fdac7352911bbdc96f75 /libgm2/Makefile.am
parent06ef1583d68169d1a002f5e86189462bb748963c (diff)
downloadgcc-8b8a4fb8eff662554207e2ba9ed6afb0f6c5abaf.zip
gcc-8b8a4fb8eff662554207e2ba9ed6afb0f6c5abaf.tar.gz
gcc-8b8a4fb8eff662554207e2ba9ed6afb0f6c5abaf.tar.bz2
libgm2: Adjust 'autogen.sh' to 'ACLOCAL_AMFLAGS', and simplify
Specifying explicit '-I ..' before '-I ../config' is what (most) other GCC components do. Specifying '-I .' is not necessary. With the order of '-I's aligned, 'autogen.sh' and plain 'autoreconf' then produce identical results. libgm2/ * autogen.sh: For 'aclocal', 'autoreconf', remove '-I .', add '-I ..'. * Makefile.am (ACLOCAL_AMFLAGS): Remove '-I .'. * libm2cor/Makefile.am (ACLOCAL_AMFLAGS): Likewise. * libm2iso/Makefile.am (ACLOCAL_AMFLAGS): Likewise. * libm2log/Makefile.am (ACLOCAL_AMFLAGS): Likewise. * libm2min/Makefile.am (ACLOCAL_AMFLAGS): Likewise. * libm2pim/Makefile.am (ACLOCAL_AMFLAGS): Likewise. * aclocal.m4: Regenerate. * Makefile.in: Likewise. * libm2cor/Makefile.in: Likewise. * libm2iso/Makefile.in: Likewise. * libm2log/Makefile.in: Likewise. * libm2min/Makefile.in: Likewise. * libm2pim/Makefile.in: Likewise.
Diffstat (limited to 'libgm2/Makefile.am')
-rw-r--r--libgm2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgm2/Makefile.am b/libgm2/Makefile.am
index 0b593f6..95df3ed 100644
--- a/libgm2/Makefile.am
+++ b/libgm2/Makefile.am
@@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = 1.8 foreign
SUFFIXES = .c .mod .def .o .obj .lo .a
-ACLOCAL_AMFLAGS = -I . -I .. -I ../config
+ACLOCAL_AMFLAGS = -I .. -I ../config
# Multilib support.
MAKEOVERRIDES=