public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/108123] New: gcc/m2/gm2config.h.in is out of date
@ 2022-12-15  9:30 marxin at gcc dot gnu.org
  2022-12-15 11:50 ` [Bug modula2/108123] " gaius at gcc dot gnu.org
  2022-12-15 11:51 ` gaius at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-12-15  9:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108123

            Bug ID: 108123
           Summary: gcc/m2/gm2config.h.in is out of date
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

When I run autoheader-2.69 in gcc/m2 I get modified gcc/m2/gm2config.h.in:

Can you please re-generate that?

diff --git a/gcc/m2/gm2config.h.in b/gcc/m2/gm2config.h.in
index ced7f4586dc..fe2f81400ed 100644
--- a/gcc/m2/gm2config.h.in
+++ b/gcc/m2/gm2config.h.in
@@ -1,56 +1,70 @@
-/* gm2config.h.in template file for values required by gm2spec.c.
+/* gm2config.h.in.  Generated from configure.ac by autoheader.  */

-Copyright (C) 2006-2022 Free Software Foundation, Inc.
-Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_DIRENT_H
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
+
+/* found opendir */
+#undef HAVE_OPENDIR

-This file is part of GNU Modula-2.
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H

-GNU Modula-2 is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H

-GNU Modula-2 is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
+/* Define to 1 if you have the `stpcpy' function. */
+#undef HAVE_STPCPY
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_DIR_H
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_NDIR_H

-You should have received a copy of the GNU General Public License
-along with GNU Modula-2; see the file COPYING3.  If not see
-<http://www.gnu.org/licenses/>.  */
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H

-#ifndef PACKAGE_BUGREPORT
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
-#endif

-#ifndef PACKAGE_NAME
 /* Define to the full name of this package. */
 #undef PACKAGE_NAME
-#endif

-#ifndef PACKAGE_STRING
 /* Define to the full name and version of this package. */
 #undef PACKAGE_STRING
-#endif
-
-/* Define to 1 if you have the `stpcmp' function. */
-#undef HAVE_STPCMP
-
-/* Define to 1 if you have the dirent.h header. */
-#undef HAVE_DIRENT_H

-/* Define to 1 if you have the sys/ndir.h header. */
-#undef HAVE_SYS_NDIR_H
-
-/* Define to 1 if you have the sys/dir.h header. */
-#undef HAVE_SYS_DIR_H
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME

-/* Define to 1 if you have the ndir.h header. */
-#undef HAVE_NDIR_H
+/* Define to the home page for this package. */
+#undef PACKAGE_URL

-/* Define to 1 if you have the sys/types.h header. */
-#undef HAVE_SYS_TYPES_H
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION

-/* Define to 1 if you have the opendir function.  */
-#undef HAVE_OPENDIR
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug modula2/108123] gcc/m2/gm2config.h.in is out of date
  2022-12-15  9:30 [Bug modula2/108123] New: gcc/m2/gm2config.h.in is out of date marxin at gcc dot gnu.org
@ 2022-12-15 11:50 ` gaius at gcc dot gnu.org
  2022-12-15 11:51 ` gaius at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: gaius at gcc dot gnu.org @ 2022-12-15 11:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108123

--- Comment #1 from Gaius Mulley <gaius at gcc dot gnu.org> ---
done thanks for the bug report.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug modula2/108123] gcc/m2/gm2config.h.in is out of date
  2022-12-15  9:30 [Bug modula2/108123] New: gcc/m2/gm2config.h.in is out of date marxin at gcc dot gnu.org
  2022-12-15 11:50 ` [Bug modula2/108123] " gaius at gcc dot gnu.org
@ 2022-12-15 11:51 ` gaius at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: gaius at gcc dot gnu.org @ 2022-12-15 11:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108123

Gaius Mulley <gaius at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Gaius Mulley <gaius at gcc dot gnu.org> ---
closing.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-15 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15  9:30 [Bug modula2/108123] New: gcc/m2/gm2config.h.in is out of date marxin at gcc dot gnu.org
2022-12-15 11:50 ` [Bug modula2/108123] " gaius at gcc dot gnu.org
2022-12-15 11:51 ` gaius at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).