aboutsummaryrefslogtreecommitdiff
path: root/bfd/acconfig.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-01 00:04:48 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-01 00:04:48 +0000
commitc0734708814c3871992a7d74a4f168a47dc05922 (patch)
treeea059ba31c250a6f11f93746e2c344aa14fa041a /bfd/acconfig.h
parentbc6b39f5f5186513c2ed28da36c14746b145d26d (diff)
downloadgdb-c0734708814c3871992a7d74a4f168a47dc05922.zip
gdb-c0734708814c3871992a7d74a4f168a47dc05922.tar.gz
gdb-c0734708814c3871992a7d74a4f168a47dc05922.tar.bz2
* Makefile.am: New file, based on old Makefile.in.
* acinclude.m4: New file, copied from old aclocal.m4. * configure.in: Define and call AM_PROG_LIBTOOL and friends. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Change all .o files to .lo. Remove stamp-h handling in AC_OUTPUT. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * 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 'bfd/acconfig.h')
-rw-r--r--bfd/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h
index f3c4e99..1d5e819 100644
--- a/bfd/acconfig.h
+++ b/bfd/acconfig.h
@@ -1,4 +1,10 @@
+/* Name of package. */
+#undef PACKAGE
+
+/* Version of package. */
+#undef VERSION
+
/* Whether strstr must be declared even if <string.h> is included. */
#undef NEED_DECLARATION_STRSTR