1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

build: Update after gnulib changed.

* gnulib-local/lib/getopt-pfx-ext.h.diff: Remove file.
* Makefile.in (SOURCE_FILES): Remove it.
This commit is contained in:
Bruno Haible
2025-04-17 00:11:21 +02:00
parent 46db237ecc
commit cb6f05f337
3 changed files with 5 additions and 18 deletions

View File

@@ -1,5 +1,9 @@
2025-04-16 Bruno Haible <bruno@clisp.org> 2025-04-16 Bruno Haible <bruno@clisp.org>
build: Update after gnulib changed.
* gnulib-local/lib/getopt-pfx-ext.h.diff: Remove file.
* Makefile.in (SOURCE_FILES): Remove it.
build: Use more gnulib modules. build: Use more gnulib modules.
* autogen.sh (GNULIB_MODULES): Add getopt-gnu. * autogen.sh (GNULIB_MODULES): Add getopt-gnu.
Use directory gnulib-local. Use directory gnulib-local.

View File

@@ -67,8 +67,7 @@ maintainer-clean : force
SOURCE_FILES = \ SOURCE_FILES = \
README INSTALL.windows NEWS AUTHORS JOIN-GNU \ README INSTALL.windows NEWS AUTHORS JOIN-GNU \
autogen.sh configure.ac aclocal.m4 Makefile.in \ autogen.sh configure.ac aclocal.m4 Makefile.in \
Makefile.devel ChangeLog \ Makefile.devel ChangeLog
gnulib-local/lib/getopt-pfx-ext.h.diff
# List of distributed files imported from other packages. # List of distributed files imported from other packages.
IMPORTED_FILES = \ IMPORTED_FILES = \
COPYING INSTALL \ COPYING INSTALL \

View File

@@ -1,16 +0,0 @@
diff --git a/lib/getopt-pfx-ext.h b/lib/getopt-pfx-ext.h
index 1f2b2d71bf..a61c68c795 100644
--- a/lib/getopt-pfx-ext.h
+++ b/lib/getopt-pfx-ext.h
@@ -38,11 +38,9 @@
# endif
# undef getopt_long
# undef getopt_long_only
-# undef option
# undef _getopt_internal
# define getopt_long __GETOPT_ID (getopt_long)
# define getopt_long_only __GETOPT_ID (getopt_long_only)
-# define option __GETOPT_ID (option)
# define _getopt_internal __GETOPT_ID (getopt_internal)
/* The system's getopt.h may have already included getopt-ext.h to