From: Sergey Poznyakoff Date: Wed, 18 Feb 2004 14:39:24 +0000 (+0000) Subject: Added stpcpy X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=7d31c8176c1bec6ee5bcd981ce577ae2c6e48fdd Added stpcpy --- diff --git a/bootstrap b/bootstrap index 3568ee3..6c825c7 100755 --- a/bootstrap +++ b/bootstrap @@ -146,6 +146,7 @@ safe-read save-cwd savedir stdbool +stpcpy strtol strtoul unlocked-io diff --git a/configure.ac b/configure.ac index f5df5a1..c60140b 100644 --- a/configure.ac +++ b/configure.ac @@ -134,6 +134,7 @@ gl_TIME_R gl_XALLOC gl_XGETCWD gl_XSTRTOL +gl_FUNC_STPCPY jm_FUNC_FTRUNCATE jm_FUNC_GLIBC_UNLOCKED_IO diff --git a/lib/Makefile.am b/lib/Makefile.am index b5060b0..8b8334c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -68,6 +68,9 @@ libtar_a_SOURCES += exit.h BUILT_SOURCES += $(FNMATCH_H) EXTRA_DIST += fnmatch_.h fnmatch_loop.c +# stpcpy +EXTRA_DIST += stpcpy.c stpcpy.h + # We need the following in order to create an when the system # doesn't have one that supports the required API. all-local $(lib_OBJECTS): $(FNMATCH_H)