comparison libcc1/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 dnl Copyright (C) 2014-2018 Free Software Foundation, Inc. 1 dnl Copyright (C) 2014-2020 Free Software Foundation, Inc.
2 dnl 2 dnl
3 dnl This file is part of GCC. 3 dnl This file is part of GCC.
4 dnl 4 dnl
5 dnl GCC is free software; you can redistribute it and/or modify it under 5 dnl GCC is free software; you can redistribute it and/or modify it under
6 dnl the terms of the GNU General Public License as published by the Free 6 dnl the terms of the GNU General Public License as published by the Free
14 dnl 14 dnl
15 dnl You should have received a copy of the GNU General Public License 15 dnl You should have received a copy of the GNU General Public License
16 dnl along with GCC; see the file COPYING3. If not see 16 dnl along with GCC; see the file COPYING3. If not see
17 dnl <http://www.gnu.org/licenses/>. 17 dnl <http://www.gnu.org/licenses/>.
18 18
19 AC_PREREQ(2.64)
20 AC_INIT([libcc1], [version-unused]) 19 AC_INIT([libcc1], [version-unused])
21 AC_CONFIG_SRCDIR([libcc1.cc]) 20 AC_CONFIG_SRCDIR([libcc1.cc])
22 AC_CONFIG_HEADER(cc1plugin-config.h) 21 AC_CONFIG_HEADER(cc1plugin-config.h)
23 22
24 AC_CANONICAL_SYSTEM 23 AC_CANONICAL_SYSTEM