comparison libdecnumber/configure.ac @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
17 17
18 # You should have received a copy of the GNU General Public License 18 # You should have received a copy of the GNU General Public License
19 # along with GCC; see the file COPYING3. If not see 19 # along with GCC; see the file COPYING3. If not see
20 # <http://www.gnu.org/licenses/>. 20 # <http://www.gnu.org/licenses/>.
21 21
22 AC_PREREQ(2.59) 22 AC_PREREQ(2.64)
23 AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber) 23 AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber)
24 AC_CONFIG_SRCDIR(decNumber.h) 24 AC_CONFIG_SRCDIR(decNumber.h)
25 AC_CONFIG_MACRO_DIR(../config) 25 AC_CONFIG_MACRO_DIR(../config)
26 26
27 # Checks for programs. 27 # Checks for programs.