fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / dejagnu / example / hello / configure.in
blob324dc3beb2f9151dcc423e773d1900ff0f9142fa
1 # Process this file with autoconf to produce a configure script.
3 # Copyright (c) 2001, 2002 Clifton Labs, Inc
4 # All rights reserved.
6 # CLIFTON LABS MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
7 # SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
8 # NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
9 # A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.  CLIFTON LABS SHALL NOT BE
10 # LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
11 # RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
12 # DERIVATIVES.
14 # By using or copying this Software, Licensee agrees to abide by the
15 # intellectual property laws, and all other applicable laws of the U.S.,
16 # and the terms of this license.
18 # You may modify, distribute, and use the software contained in this
19 # package under the terms of the "GNU LIBRARY GENERAL PUBLIC LICENSE"
20 # version 2, June 1991. A copy of this license agreement can be found in
21 # the file "LGPL", distributed with this archive.
23 # Author: Philip A. Wilsey      philip.wilsey@ieee.org
25 # ------------------------------------------------------------------------
27 AC_INIT(helloworld, demo-version, philip.wilsey@ieee.org)
28 AM_INIT_AUTOMAKE(helloworld, demo-version)
30 #AC_CONFIG_SRCDIR([hello.cc])
31 #AC_CONFIG_HEADER([config.h])
33 # Checks for programs.
34 AC_NO_EXECUTABLES
35 AC_PROG_CC
37 # Checks for libraries.
39 # Checks for header files.
41 # Checks for typedefs, structures, and compiler characteristics.
43 # Checks for library functions.
45 AC_CONFIG_FILES([Makefile testsuite/Makefile])
46 AC_OUTPUT