1 dnl -*- shell-script -*-
3 dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4 dnl University Research and Technology
5 dnl Corporation. All rights reserved.
6 dnl Copyright (c) 2004-2005 The University of Tennessee and The University
7 dnl of Tennessee Research Foundation. All rights
9 dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10 dnl University of Stuttgart. All rights reserved.
11 dnl Copyright (c) 2004-2005 The Regents of the University of California.
12 dnl All rights reserved.
15 dnl Additional copyrights may follow
20 AC_DEFUN([OMPI_CHECK_OPTFLAGS],[
22 # Modularize this setup so that sub-configure.in scripts can use this
25 ##################################
27 ##################################
29 # If the user did not specify optimization flags, add some (the value
34 for co_word in $co_arg; do
72 if test "$co_found" = "0"; then
73 co_result="$OPTFLAGS $co_arg"
80 unset co_found co_word co_arg