comparison gotools/configure.ac @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with this program; see the file COPYING3. If not see 15 # along with this program; see the file COPYING3. If not see
16 # <http://www.gnu.org/licenses/>. 16 # <http://www.gnu.org/licenses/>.
17 17
18 AC_INIT(package-unused, version-unused,, gotools) 18 AC_INIT(package-unused, version-unused,, gotools)
19 AC_PREREQ(2.64)
20 AC_CONFIG_SRCDIR(Makefile.am) 19 AC_CONFIG_SRCDIR(Makefile.am)
21
22 m4_include([config/go.m4])
23 20
24 # Determine the noncanonical names used for directories. 21 # Determine the noncanonical names used for directories.
25 ACX_NONCANONICAL_BUILD 22 ACX_NONCANONICAL_BUILD
26 ACX_NONCANONICAL_HOST 23 ACX_NONCANONICAL_HOST
27 ACX_NONCANONICAL_TARGET 24 ACX_NONCANONICAL_TARGET