Mercurial > hg > CbC > CbC_gcc
comparison zlib/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 | ae3a4bfb450b |
children | 04ced10e8804 |
comparison
equal
deleted
inserted
replaced
52:c156f1bd5cd9 | 55:77e2b8dfacca |
---|---|
1 dnl Process this with autoconf to create configure | 1 dnl Process this with autoconf to create configure |
2 | 2 |
3 AC_PREREQ(2.59) | 3 AC_PREREQ(2.64) |
4 AC_INIT | 4 AC_INIT |
5 AC_CONFIG_SRCDIR([zlib.h]) | 5 AC_CONFIG_SRCDIR([zlib.h]) |
6 | 6 |
7 AM_ENABLE_MULTILIB(, ..) | 7 AM_ENABLE_MULTILIB(, ..) |
8 | 8 |
52 # As a side effect, we have to subst CFLAGS ourselves. | 52 # As a side effect, we have to subst CFLAGS ourselves. |
53 | 53 |
54 m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS]) | 54 m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS]) |
55 m4_define([_AC_ARG_VAR_PRECIOUS],[]) | 55 m4_define([_AC_ARG_VAR_PRECIOUS],[]) |
56 AC_PROG_CC | 56 AC_PROG_CC |
57 m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS]) | 57 m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS]) |
58 | 58 |
59 AC_SUBST(CFLAGS) | 59 AC_SUBST(CFLAGS) |
60 | 60 |
61 AC_PROG_LIBTOOL | 61 AC_PROG_LIBTOOL |
62 | 62 |