]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Move a .m4 file to where it belongs.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 10:12:57 +0000 (12:12 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Jun 2023 10:12:57 +0000 (12:12 +0200)
* autogen.sh: Pass '-I m4' when generating gettext-runtime/intl/configure.
* gettext-runtime/intl/m4/intdiv0.m4: Moved here from
gettext-runtime/m4/intdiv0.m4.
* gettext-runtime/intl/Makefile.am (ACLOCAL_AMFLAGS): Add '-I m4'.
(EXTRA_DIST): Add m4/intdiv0.m4.
* gettext-runtime/m4/Makefile.am (EXTRA_DIST): Remove intdiv0.m4.

autogen.sh
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/m4/intdiv0.m4 [moved from gettext-runtime/m4/intdiv0.m4 with 100% similarity]
gettext-runtime/m4/Makefile.am

index 462a6b20713a464709f32be6c8ec1dcb42522068..b9ddc7e1196a8038a0274fceed1cecc0c13d4c97 100755 (executable)
@@ -424,7 +424,7 @@ dir0=`pwd`
 
 echo "$0: generating configure in gettext-runtime/intl..."
 cd gettext-runtime/intl
-aclocal -I ../../m4 -I ../m4 -I gnulib-m4 \
+aclocal -I ../../m4 -I ../m4 -I m4 -I gnulib-m4 \
   && autoconf \
   && autoheader && touch config.h.in \
   && touch ChangeLog \
index f6d8f547bcb2d97e24c03387ddb4e870c486a38e..1694815cd1292254992cae6887fb5d020c069ed2 100644 (file)
 ## Process this file with automake to produce Makefile.in.
 
 AUTOMAKE_OPTIONS = 1.10 gnu no-dependencies
-ACLOCAL_AMFLAGS = -I ../../m4 -I ../m4 -I gnulib-m4
+ACLOCAL_AMFLAGS = -I ../../m4 -I ../m4 -I m4 -I gnulib-m4
 
 SUBDIRS = gnulib-lib
 
-EXTRA_DIST =
+EXTRA_DIST = \
+  m4/intdiv0.m4
 BUILT_SOURCES =
 MOSTLYCLEANFILES = core *.stackdump
 CLEANFILES =
index 0a3cc602a4b143e8141f9dbdf36da11d05bd9e04..cfe7b5574d72935e7d52a38005b624a9aa733081 100644 (file)
@@ -23,7 +23,6 @@ build-to-host.m4 \
 gettext.m4 \
 glibc2.m4 \
 iconv.m4 \
-intdiv0.m4 \
 intlmacosx.m4 \
 nls.m4 \
 po.m4 \