Solved 'underquoted' warnings from m4 macros.
This commit is contained in:
parent
ddbdbdb1d0
commit
396a01950c
@ -19,7 +19,7 @@ dnl distribute this file as part of a program that contains a configuration
|
||||
dnl script generated by Autoconf, you may include it under the same
|
||||
dnl distribution terms that you use for the rest of that program.
|
||||
|
||||
AC_DEFUN(OST_SYS_POSIX,[
|
||||
AC_DEFUN([OST_SYS_POSIX],[
|
||||
AC_REQUIRE([OST_PROG_CC_POSIX])
|
||||
AC_CACHE_CHECK(whether system meets Posix.1,
|
||||
ost_cv_sys_posix1,
|
||||
@ -65,7 +65,7 @@ AC_DEFUN(OST_SYS_POSIX,[
|
||||
])
|
||||
])
|
||||
|
||||
AC_DEFUN(OST_CC_FCNTL,[
|
||||
AC_DEFUN([OST_CC_FCNTL],[
|
||||
AC_REQUIRE([OST_SYS_POSIX])
|
||||
AC_CHECK_HEADERS(fcntl.h sys/fcntl.h)
|
||||
AH_BOTTOM([
|
||||
|
@ -19,18 +19,18 @@ dnl distribute this file as part of a program that contains a configuration
|
||||
dnl script generated by Autoconf, you may include it under the same
|
||||
dnl distribution terms that you use for the rest of that program.
|
||||
|
||||
AC_DEFUN(OST_PROG_CC_POSIX,[
|
||||
AC_DEFUN([OST_PROG_CC_POSIX],[
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
AC_ISC_POSIX]
|
||||
)
|
||||
|
||||
AC_DEFUN(OST_PROG_COMMON,[
|
||||
AC_DEFUN([OST_PROG_COMMON],[
|
||||
AC_REQUIRE([AC_PROG_INSTALL])
|
||||
AC_REQUIRE([AC_PROG_MAKE_SET])
|
||||
])
|
||||
|
||||
AC_DEFUN(OST_PROJ_LIBRARY,[
|
||||
AC_DEFUN([OST_PROJ_LIBRARY],[
|
||||
AC_REQUIRE([AM_PROG_LIBTOOL])
|
||||
AC_REQUIRE([AC_PROG_RANLIB])
|
||||
if test ! -z "[$2]" ; then
|
||||
@ -43,14 +43,14 @@ AC_DEFUN(OST_PROJ_LIBRARY,[
|
||||
fi
|
||||
])
|
||||
|
||||
AC_DEFUN(OST_PROG_LIBVER,[
|
||||
AC_DEFUN([OST_PROG_LIBVER],[
|
||||
LT_MAJOR="`echo $LT_VERSION | sed s/:.*$//`"
|
||||
AC_SUBST(LT_RELEASE)
|
||||
AC_SUBST(LT_MAJOR)
|
||||
])
|
||||
|
||||
|
||||
AC_DEFUN(OST_PROG_LIBRARY,[
|
||||
AC_DEFUN([OST_PROG_LIBRARY],[
|
||||
AC_REQUIRE([AM_PROG_LIBTOOL])
|
||||
AC_REQUIRE([AC_PROG_RANLIB])
|
||||
if test ! -z "[$2]" ; then
|
||||
|
@ -19,7 +19,7 @@ dnl distribute this file as part of a program that contains a configuration
|
||||
dnl script generated by Autoconf, you may include it under the same
|
||||
dnl distribution terms that you use for the rest of that program.
|
||||
|
||||
AC_DEFUN(OST_CC_SYSTIME,[
|
||||
AC_DEFUN([OST_CC_SYSTIME],[
|
||||
AC_HEADER_TIME
|
||||
AC_CHECK_HEADERS(sys/time.h)
|
||||
AH_TOP([
|
||||
|
Loading…
Reference in New Issue
Block a user