comparison aclocal.m4 @ 7244:5a9561046b89

[project @ 2007-12-04 02:27:27 by jwe]
author jwe
date Tue, 04 Dec 2007 02:27:27 +0000
parents 58102cc15ddf
children a2870fd8ac58 bc2ead6b4d6c
comparison
equal deleted inserted replaced
7243:e8d7eed42935 7244:5a9561046b89
815 AC_LANG_POP(C++) 815 AC_LANG_POP(C++)
816 if test $octave_cv_mkdir_takes_one_arg = yes ; then 816 if test $octave_cv_mkdir_takes_one_arg = yes ; then
817 AC_DEFINE(MKDIR_TAKES_ONE_ARG, 1, [Define if host mkdir takes a single argument.]) 817 AC_DEFINE(MKDIR_TAKES_ONE_ARG, 1, [Define if host mkdir takes a single argument.])
818 fi 818 fi
819 ]) 819 ])
820 # OCTAVE_PROG_SED 820 dnl
821 # -------------- 821 dnl Find find.
822 dnl
823 # Prefer GNU find if found.
824 AN_MAKEVAR([FIND], [OCTAVE_PROG_FIND])
825 AN_PROGRAM([gfind], [OCTAVE_PROG_FIND])
826 AN_PROGRAM([find], [OCTAVE_PROG_FIND])
827 AC_DEFUN([OCTAVE_PROG_FIND],
828 [AC_CHECK_PROGS(FIND, gfind find, )])
829 dnl
830 dnl Find sed.
831 dnl
822 # Check for a fully-functional sed program, that truncates 832 # Check for a fully-functional sed program, that truncates
823 # as few characters as possible and that supports "\(X\|Y\)" 833 # as few characters as possible and that supports "\(X\|Y\)"
824 # style regular expression alternation. Prefer GNU sed if found. 834 # style regular expression alternation. Prefer GNU sed if found.
825 AC_DEFUN([OCTAVE_PROG_SED], 835 AC_DEFUN([OCTAVE_PROG_SED],
826 [AC_MSG_CHECKING([for a usable sed]) 836 [AC_MSG_CHECKING([for a usable sed])