mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
.
This commit is contained in:
14
m4/regex.m4
Normal file
14
m4/regex.m4
Normal file
@@ -0,0 +1,14 @@
|
||||
#serial 1
|
||||
|
||||
dnl From grep.
|
||||
|
||||
AC_DEFUN(jm_WITH_REGEX,
|
||||
[
|
||||
AC_ARG_WITH(included-regex,
|
||||
[ --without-included-regex don't compile regex],
|
||||
USE_REGEX=$withval,
|
||||
USE_REGEX=yes)
|
||||
|
||||
test "$USE_REGEX" = "yes" && LIBOBJS="$LIBOBJS regex.o"
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user