symbian-qemu-0.9.1-12/dtc-trunk/configure.ac
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 #                                               -*- Autoconf -*-
       
     2 # Copyright (C) 2008 CodeSourcery
       
     3 # All rights reserved.
       
     4 # Process this file with autoconf to produce a configure script.
       
     5 
       
     6 AC_PREREQ(2.59)
       
     7 AC_INIT(dtc, 1.2.0, support@codesourcery.com)
       
     8 AM_INIT_AUTOMAKE
       
     9 
       
    10 AC_CANONICAL_HOST
       
    11 
       
    12 # Checks for programs.
       
    13 AC_PROG_CC
       
    14 AC_PROG_YACC
       
    15 AC_PROG_LEX
       
    16 
       
    17 # Checks for libraries.
       
    18 
       
    19 # Checks for header files.
       
    20 
       
    21 # Checks for typedefs, structures, and compiler characteristics.
       
    22 AC_GNU_SOURCE
       
    23 
       
    24 # Checks for library functions.
       
    25 
       
    26 # Other checks.
       
    27 
       
    28 CSL_AC_MAINTAINER_MODE
       
    29 CSL_AC_PKGVERSION
       
    30 CSL_AC_BUGURL
       
    31 
       
    32 AC_CONFIG_HEADER([config.h])
       
    33 AC_CONFIG_FILES([Makefile])
       
    34 AC_OUTPUT