diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-28 17:16:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-28 17:16:39 +0000 |
commit | 784492b591317e65ed5cd184842639ef81901440 (patch) | |
tree | cd1045707564b06defbd1898da9c6fac8cd661d2 /opcodes/configure.in | |
parent | 4139b063a69aa4d56e5e1ff59097ab5cd498da27 (diff) | |
download | gdb-784492b591317e65ed5cd184842639ef81901440.zip gdb-784492b591317e65ed5cd184842639ef81901440.tar.gz gdb-784492b591317e65ed5cd184842639ef81901440.tar.bz2 |
* configure.in: Call AC_ISC_POSIX near start. Move CY_GNU_GETTEXT
after AC_PROG_CC.
* aclocal.m4, configure: Rebuild with current tools.
Also add sanitization to ChangeLog.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index b47326b..35fde18 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -5,6 +5,7 @@ AC_PREREQ(2.5) AC_INIT(z8k-dis.c) AC_CANONICAL_SYSTEM +AC_ISC_POSIX # We currently only use the version number for the name of any shared # library. For user convenience, we always use the same version @@ -49,9 +50,6 @@ if test -z "$target" ; then fi AC_ARG_PROGRAM -ALL_LINGUAS= -CY_GNU_GETTEXT - AM_MAINTAINER_MODE AM_CYGWIN32 AM_EXEEXT @@ -60,6 +58,9 @@ AM_EXEEXT AC_PROG_CC +ALL_LINGUAS= +CY_GNU_GETTEXT + . ${srcdir}/../bfd/configure.host AC_SUBST(HDEFINES) |