summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 14:49:59 +0000
committerjlam <jlam>2004-08-13 14:49:59 +0000
commitf618ae6bae1c112c640725db49b136f50e24be9c (patch)
treed868d2678d4b1edbbbb436bac5d6c0752e0964e2 /pkgtools/pkg_install
parent8a843b950f0254f66eff9a7f6bfbe80d56ec32e9 (diff)
downloadpkgsrc-f618ae6bae1c112c640725db49b136f50e24be9c.tar.gz
Typo: it's <regex.h>, not <regext.h>.
Diffstat (limited to 'pkgtools/pkg_install')
-rwxr-xr-xpkgtools/pkg_install/files/configure2
-rw-r--r--pkgtools/pkg_install/files/configure.ac2
-rw-r--r--pkgtools/pkg_install/files/lib/config.h.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/files/configure b/pkgtools/pkg_install/files/configure
index 011f5c4ba4b..2baff1d9e3f 100755
--- a/pkgtools/pkg_install/files/configure
+++ b/pkgtools/pkg_install/files/configure
@@ -3842,7 +3842,7 @@ done
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 --git a/pkgtools/pkg_install/files/configure.ac b/pkgtools/pkg_install/files/configure.ac
index cc4345c6d40..d6485e947fb 100644
--- a/pkgtools/pkg_install/files/configure.ac
+++ b/pkgtools/pkg_install/files/configure.ac
@@ -74,7 +74,7 @@ AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses])
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 --git a/pkgtools/pkg_install/files/lib/config.h.in b/pkgtools/pkg_install/files/lib/config.h.in
index 0f239c332f8..8e532995e01 100644
--- a/pkgtools/pkg_install/files/lib/config.h.in
+++ b/pkgtools/pkg_install/files/lib/config.h.in
@@ -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