aboutsummaryrefslogtreecommitdiff
path: root/binutils/acconfig.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-01 03:49:39 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-01 03:49:39 +0000
commitd467c30d18f2f620113efbf52dbed09007734246 (patch)
treea56fb83aae978bbfcd9cd836e1b70537c7099710 /binutils/acconfig.h
parent1daed53f649e59ca014be31f814b040eb4d940d6 (diff)
downloadgdb-d467c30d18f2f620113efbf52dbed09007734246.zip
gdb-d467c30d18f2f620113efbf52dbed09007734246.tar.gz
gdb-d467c30d18f2f620113efbf52dbed09007734246.tar.bz2
* Makefile.am: New file, based on old Makefile.in.
* acinclude.m4: New file, from old aclocal.m4. * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC, AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Replace AC_PROG_INSTALL with AM_PROG_INSTALL. Remove stamp-h handling in AC_OUTPUT. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * config.in, configure: Rebuild.
Diffstat (limited to 'binutils/acconfig.h')
-rw-r--r--binutils/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/acconfig.h b/binutils/acconfig.h
index 6ae3d76..4a84764 100644
--- a/binutils/acconfig.h
+++ b/binutils/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