diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-09-03 13:30:58 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-09-03 13:30:58 +0000 |
commit | 0b51ce00751290f667de07ef28240a5af946bd91 (patch) | |
tree | dbdbb1da253d964a767941448e24a1097328e3b0 /libdecnumber/aclocal.m4 | |
parent | b04bc5d4a7c4c93ef96e0da2b0e0f22a9e772270 (diff) | |
download | gdb-0b51ce00751290f667de07ef28240a5af946bd91.zip gdb-0b51ce00751290f667de07ef28240a5af946bd91.tar.gz gdb-0b51ce00751290f667de07ef28240a5af946bd91.tar.bz2 |
libdecnumber/
2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
* Makefile.in: Add aclocal.m4 dependency to dfp.m4.
* configure: Regenerate.
* aclocal.m4: Regenerate.
config/
2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* dfp.m4: New file.
Diffstat (limited to 'libdecnumber/aclocal.m4')
-rw-r--r-- | libdecnumber/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecnumber/aclocal.m4 b/libdecnumber/aclocal.m4 index 7dc0312..fda021e 100644 --- a/libdecnumber/aclocal.m4 +++ b/libdecnumber/aclocal.m4 @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_include([../config/dfp.m4]) m4_include([../config/override.m4]) m4_include([../config/stdint.m4]) m4_include([../config/warnings.m4]) |