aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-06 02:58:40 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-06 02:58:40 +0000
commitad0ab4eb41a63f7e3ca680dbeadb62aa610949a1 (patch)
treee8b6e9a36953ea2d512271706c8a08989b3fe446 /gas
parent4b18b7cd8881ad48fea58ab030fa455ead217e9d (diff)
downloadgdb-ad0ab4eb41a63f7e3ca680dbeadb62aa610949a1.zip
gdb-ad0ab4eb41a63f7e3ca680dbeadb62aa610949a1.tar.gz
gdb-ad0ab4eb41a63f7e3ca680dbeadb62aa610949a1.tar.bz2
regenerate conf.in with autoreconf
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2
-rw-r--r--gas/conf.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4cd45c3..9f3e656 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,7 @@
Wed Jul 5 22:49:31 1995 Ken Raeburn <raeburn@cygnus.com>
+ * conf.in: Regenerate with autoreconf.
+
Mon Jul 3 19:47:53 1995 Pat Rankin (rankin@eql.caltech.edu)
* config/obj-vms.h (vms_resolve_symbol_redef): Use full prototype.
diff --git a/gas/conf.in b/gas/conf.in
index 3cbfce9..e1b803f 100644
--- a/gas/conf.in
+++ b/gas/conf.in
@@ -83,12 +83,12 @@
/* Define if you have the remove function. */
#undef HAVE_REMOVE
-/* Define if you have the unlink function. */
-#undef HAVE_UNLINK
-
/* Define if you have the sbrk function. */
#undef HAVE_SBRK
+/* Define if you have the unlink function. */
+#undef HAVE_UNLINK
+
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H