1
1

Add extra quoting to AC_DEFUN for *.m4 files so that aclocal 1.8 doesn't

complain

This commit was SVN r425.
Этот коммит содержится в:
Jeff Squyres 2004-01-15 18:10:26 +00:00
родитель 8b6b9217ea
Коммит 535ab5ab8f
10 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -572,7 +572,7 @@ AC_PROVIDE_IFELSE([LAM_PROG_F77],
# External macro (aka, the real thing)
#
#********************************************************************
AC_DEFUN(LAM_CONFIG_POSIX_THREADS,[
AC_DEFUN([LAM_CONFIG_POSIX_THREADS],[
lam_pthread_c_success=0
lam_pthread_f77_success=0
lam_pthread_cxx_success=0

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_CONFIG_SUBDIR,[
AC_DEFUN([LAM_CONFIG_SUBDIR],[
#
# Invoke configure in a specific subdirectory.
#

Просмотреть файл

@ -2,7 +2,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_CONFIG_THREADS,[
AC_DEFUN([LAM_CONFIG_THREADS],[
#
# Arguments: none
#

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_CONFIGURE_OPTIONS,[
AC_DEFUN([LAM_CONFIGURE_OPTIONS],[
lam_show_subtitle "Configuration options"
#

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_CONFIGURE_SETUP,[
AC_DEFUN([LAM_CONFIGURE_SETUP],[
# Some helper script functions. Unfortunately, we cannot use $1 kinds
# of arugments here because of the m4 substitution. So we have to set
@ -45,7 +45,7 @@ dnl #######################################################################
dnl #######################################################################
dnl #######################################################################
AC_DEFUN(LAM_BASIC_SETUP,[
AC_DEFUN([LAM_BASIC_SETUP],[
#
# Save some stats about this build
#
@ -118,7 +118,7 @@ dnl #######################################################################
dnl #######################################################################
dnl #######################################################################
AC_DEFUN(LAM_LOG_MSG,[
AC_DEFUN([LAM_LOG_MSG],[
# 1 is the message
# 2 is whether to put a prefix or not
if test -n "$2"; then
@ -131,7 +131,7 @@ dnl #######################################################################
dnl #######################################################################
dnl #######################################################################
AC_DEFUN(LAM_LOG_FILE,[
AC_DEFUN([LAM_LOG_FILE],[
# 1 is the filename
if test -n "$1" -a -f "$1"; then
cat $1 >&5
@ -141,7 +141,7 @@ dnl #######################################################################
dnl #######################################################################
dnl #######################################################################
AC_DEFUN(LAM_LOG_COMMAND,[
AC_DEFUN([LAM_LOG_COMMAND],[
# 1 is the command
# 2 is actions to do if success
# 3 is actions to do if fail
@ -161,7 +161,7 @@ dnl #######################################################################
dnl #######################################################################
dnl #######################################################################
AC_DEFUN(LAM_UNIQ,[
AC_DEFUN([LAM_UNIQ],[
# 1 is the variable name to be uniq-ized
lam_name=$1

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_GET_VERSION,[
AC_DEFUN([LAM_GET_VERSION],[
gv_glv_dir="$1"
gv_ver_file="$2"
gv_prefix="$3"

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_SETUP_CC,[
AC_DEFUN([LAM_SETUP_CC],[
# Modularize this setup so that sub-configure.in scripts can use this
# same setup code.

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_SETUP_CXX,[
AC_DEFUN([LAM_SETUP_CXX],[
# Modularize this setup so that sub-configure.in scripts can use this
# same setup code.

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_SETUP_F77,[
AC_DEFUN([LAM_SETUP_F77],[
# Modularize this setup so that sub-configure.in scripts can use this
# same setup code.

Просмотреть файл

@ -3,7 +3,7 @@ dnl
dnl $HEADER$
dnl
AC_DEFUN(LAM_SETUP_F90,[
AC_DEFUN([LAM_SETUP_F90],[
# Modularize this setup so that sub-configure.in scripts can use this
# same setup code.