pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Typo: it's <regex.h>, not <...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ced48365231
branches: trunk
changeset: 479384:6ced48365231
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Aug 13 14:49:59 2004 +0000
description:
Typo: it's <regex.h>, not <regext.h>.
diffstat:
pkgtools/pkg_install/files/configure | 2 +-
pkgtools/pkg_install/files/configure.ac | 2 +-
pkgtools/pkg_install/files/lib/config.h.in | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r bedb2da50ec4 -r 6ced48365231 pkgtools/pkg_install/files/configure
--- a/pkgtools/pkg_install/files/configure Fri Aug 13 14:35:24 2004 +0000
+++ b/pkgtools/pkg_install/files/configure Fri Aug 13 14:49:59 2004 +0000
@@ -3842,7 +3842,7 @@
for ac_header in assert.h ctype.h dirent.h errno.h err.h fnctl.h fnmatch.h \
- glob.h limits.h md5.h netdb.h pwd.h regext.h signal.h stdarg.h \
+ glob.h limits.h md5.h netdb.h pwd.h regex.h signal.h stdarg.h \
stdio.h stdlib.h string.h termcap.h termios.h time.h unistd.h vis.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
diff -r bedb2da50ec4 -r 6ced48365231 pkgtools/pkg_install/files/configure.ac
--- a/pkgtools/pkg_install/files/configure.ac Fri Aug 13 14:35:24 2004 +0000
+++ b/pkgtools/pkg_install/files/configure.ac Fri Aug 13 14:49:59 2004 +0000
@@ -74,7 +74,7 @@
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([assert.h ctype.h dirent.h errno.h err.h fnctl.h fnmatch.h \
- glob.h limits.h md5.h netdb.h pwd.h regext.h signal.h stdarg.h \
+ glob.h limits.h md5.h netdb.h pwd.h regex.h signal.h stdarg.h \
stdio.h stdlib.h string.h termcap.h termios.h time.h unistd.h vis.h])
AC_CHECK_HEADERS([db1/db.h db.h])
AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/ioctl.h sys/mount.h sys/param.h \
diff -r bedb2da50ec4 -r 6ced48365231 pkgtools/pkg_install/files/lib/config.h.in
--- a/pkgtools/pkg_install/files/lib/config.h.in Fri Aug 13 14:35:24 2004 +0000
+++ b/pkgtools/pkg_install/files/lib/config.h.in Fri Aug 13 14:49:59 2004 +0000
@@ -60,8 +60,8 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
-/* Define to 1 if you have the <regext.h> header file. */
-#undef HAVE_REGEXT_H
+/* Define to 1 if you have the <regex.h> header file. */
+#undef HAVE_REGEX_H
/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT
Home |
Main Index |
Thread Index |
Old Index