comparison libmudflap/configure.ac @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
5 AC_INIT(libmudflap, 1.0) 5 AC_INIT(libmudflap, 1.0)
6 AC_CONFIG_SRCDIR(mf-runtime.c) 6 AC_CONFIG_SRCDIR(mf-runtime.c)
7 AC_CANONICAL_SYSTEM 7 AC_CANONICAL_SYSTEM
8 ACX_NONCANONICAL_TARGET 8 ACX_NONCANONICAL_TARGET
9 9
10 AM_INIT_AUTOMAKE 10 AM_INIT_AUTOMAKE([no-dist])
11 11
12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs]) 12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
13 AC_ARG_ENABLE(version-specific-runtime-libs, 13 AC_ARG_ENABLE(version-specific-runtime-libs,
14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ], 14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ],
15 [case "$enableval" in 15 [case "$enableval" in