summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-03 18:02:59 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-02-03 18:02:59 +0000
commit687b04a2d298a9a1ee50e45c4ef8538e4b578fbd (patch)
tree3f17dd425bd76dc06b8f9b99150d5cca765a8cb5 /m4
parent07938afeefbdb81b3d4d295ef181ac7eb9d28145 (diff)
downloadgrep-687b04a2d298a9a1ee50e45c4ef8538e4b578fbd.tar.gz
update
add AC_SUBST(LOBOBJS) * grep-2.2f beta release. * m4/{djgpp,envsep,glibc,regex,dosfile,isc-posix}.m4 : New files to aid configuration and unload configure.in. * m4/Makefile.am : updated. Patch forwarded by Ben Elliston.
Diffstat (limited to 'm4')
-rw-r--r--m4/regex.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index 7a0b9bbb..cbd2f333 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -1,6 +1,5 @@
dnl Even packages that don't use regex.c can use this macro.
dnl Of course, for them it doesn't do anything.
-dnl Derived from code in GNU grep.
dnl Derived from code in GNU fileutils ;-).
AC_DEFUN(AM_INCLUDED_REGEX,
@@ -20,6 +19,7 @@ fi
ac_cv_included_regex=$withval,
ac_cv_included_regex=$default)
if test x"$ac_cv_included_regex" = xyes; then
- LIBOBJS="$LIBOBJS regex.${ac_objext}"
+ LIBOBJS="$LIBOBJS regex.${ac_objext}"
fi
+AC_SUBST(LIBOBJS)dnl
])])