diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-01 01:49:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-01 01:49:13 +0000 |
commit | 1daed53f649e59ca014be31f814b040eb4d940d6 (patch) | |
tree | 2125fff6dd9fb6912aa781a7982f879c3b0432b3 /opcodes/acconfig.h | |
parent | 5e377ed2f2fe756468a14385ad7364053d637025 (diff) | |
download | gdb-1daed53f649e59ca014be31f814b040eb4d940d6.zip gdb-1daed53f649e59ca014be31f814b040eb4d940d6.tar.gz gdb-1daed53f649e59ca014be31f814b040eb4d940d6.tar.bz2 |
* Makefile.am: New file, based on old Makefile.in.
* acconfig.h: New file.
* acinclude.m4: New file.
* stamp-h.in: New file.
* configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.
Removed shared library handling; now handled by libtool. Replace
AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AM_MAINTAINER_MODE,
AM_CYGWIN32, and AM_EXEEXT. Replace AC_PROG_INSTALL with
AM_PROG_INSTALL. Change all .o files to .lo. Remove stamp-h
handling in AC_OUTPUT.
* dep-in.sed: Change .o to .lo.
* Makefile.in: Now built with automake.
* aclocal.m4: Now built with aclocal.
* config.in, configure: Rebuild.
Diffstat (limited to 'opcodes/acconfig.h')
-rw-r--r-- | opcodes/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/acconfig.h b/opcodes/acconfig.h new file mode 100644 index 0000000..ef2f496 --- /dev/null +++ b/opcodes/acconfig.h @@ -0,0 +1,6 @@ + +/* Name of package. */ +#undef PACKAGE + +/* Version of package. */ +#undef VERSION |