diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-11 18:15:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-11 18:15:02 +0000 |
commit | f5bc1778c3150f6e9364a1af81f3ba2658f9e68c (patch) | |
tree | 70a9ff23817fe9ed2dadc01f6fd3a179bb7d18b9 /libdecnumber/aclocal.m4 | |
parent | 607ae575a784d7d02956031883ae407faf06fd89 (diff) | |
download | gdb-f5bc1778c3150f6e9364a1af81f3ba2658f9e68c.zip gdb-f5bc1778c3150f6e9364a1af81f3ba2658f9e68c.tar.gz gdb-f5bc1778c3150f6e9364a1af81f3ba2658f9e68c.tar.bz2 |
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
* libdecnumber: New directory, imported from GCC.
Diffstat (limited to 'libdecnumber/aclocal.m4')
-rw-r--r-- | libdecnumber/aclocal.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libdecnumber/aclocal.m4 b/libdecnumber/aclocal.m4 new file mode 100644 index 0000000..f35b363 --- /dev/null +++ b/libdecnumber/aclocal.m4 @@ -0,0 +1,15 @@ +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_include([../config/stdint.m4]) +m4_include([../config/warnings.m4]) |