diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-17 00:36:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-17 00:36:07 +0000 |
commit | db210d08e4785afc90e450d43c189dc3a4bcc21a (patch) | |
tree | 657d778cd25867f6df9805c94fbe33762b19240c /gdb/configure.in | |
parent | 6991e9579a08122e1a4b6252f68d10bbe5da43ef (diff) | |
download | gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.zip gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.tar.gz gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.tar.bz2 |
* acconfig.h: New file, for autoheader.
* configure.in (AC_CONFIG_HEADER): Add, generate config.h.
* configure: Regenerate.
* Makefile.in (defs_h): Add config.h
* defs.h (config.h): Include before any other includes or defines.
* i386-tdep.c (gdb_string.h): Move include after include of defs.h.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 8a6d394..fa7550a 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -21,6 +21,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.3)dnl AC_INIT(main.c) +AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_AIX |