diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-26 22:03:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-26 22:03:55 +0000 |
commit | 5da9ce07eb81d08f611307ca4505b8d6e5bec85d (patch) | |
tree | 487eb8876f448e567ff6d2f59c31db5eef444eb4 /sim/igen | |
parent | b29daf02875c7aeef921fb977d7fab21d63061d9 (diff) | |
download | gdb-5da9ce07eb81d08f611307ca4505b8d6e5bec85d.zip gdb-5da9ce07eb81d08f611307ca4505b8d6e5bec85d.tar.gz gdb-5da9ce07eb81d08f611307ca4505b8d6e5bec85d.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* configure.in: Reverted change of Apr 24; use sinclude again.
Diffstat (limited to 'sim/igen')
-rw-r--r-- | sim/igen/.Sanitize | 1 | ||||
-rw-r--r-- | sim/igen/acconfig.h | 15 | ||||
-rw-r--r-- | sim/igen/configure.in | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/sim/igen/.Sanitize b/sim/igen/.Sanitize index dde75c7..9220a5f 100644 --- a/sim/igen/.Sanitize +++ b/sim/igen/.Sanitize @@ -25,6 +25,7 @@ Things-to-keep: ChangeLog Makefile.in +acconfig.h config.in configure configure.in diff --git a/sim/igen/acconfig.h b/sim/igen/acconfig.h new file mode 100644 index 0000000..f9b87a1 --- /dev/null +++ b/sim/igen/acconfig.h @@ -0,0 +1,15 @@ + +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES diff --git a/sim/igen/configure.in b/sim/igen/configure.in index 8baeb9d..20836d9 100644 --- a/sim/igen/configure.in +++ b/sim/igen/configure.in @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. +sinclude(../common/aclocal.m4) AC_PREREQ(2.5)dnl AC_INIT(table.h) |