comparison libdecnumber/configure.ac @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # configure.ac for libdecnumber -*- Autoconf -*- 1 # configure.ac for libdecnumber -*- Autoconf -*-
2 # Process this file with autoconf to generate a configuration script. 2 # Process this file with autoconf to generate a configuration script.
3 3
4 # Copyright (C) 2005-2018 Free Software Foundation, Inc. 4 # Copyright (C) 2005-2020 Free Software Foundation, Inc.
5 5
6 # This file is part of GCC. 6 # This file is part of GCC.
7 7
8 # GCC is free software; you can redistribute it and/or modify it under 8 # GCC is free software; you can redistribute it and/or modify it under
9 # the terms of the GNU General Public License as published by the Free 9 # the terms of the GNU General Public License as published by the Free
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.64)
23 AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber) 22 AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber)
24 AC_CONFIG_SRCDIR(decNumber.h) 23 AC_CONFIG_SRCDIR(decNumber.h)
25 AC_CONFIG_MACRO_DIR(../config) 24 AC_CONFIG_MACRO_DIR(../config)
26 AC_CONFIG_AUX_DIR(..) 25 AC_CONFIG_AUX_DIR(..)
27 26