]> Dogcows Code - chaz/tar/commitdiff
Added stpcpy
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 18 Feb 2004 14:39:24 +0000 (14:39 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 18 Feb 2004 14:39:24 +0000 (14:39 +0000)
bootstrap
configure.ac
lib/Makefile.am

index 3568ee35dfa75bd8632dbb6076f5aea4bb4eb7da..6c825c728b5c237709272a05c20bf0e506ab7dba 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -146,6 +146,7 @@ safe-read
 save-cwd
 savedir
 stdbool
+stpcpy
 strtol
 strtoul
 unlocked-io
index f5df5a12d5adca2c54148ae062d4aa6b56ad652d..c60140bb729735d457a901e7c2ad87835f3f2877 100644 (file)
@@ -134,6 +134,7 @@ gl_TIME_R
 gl_XALLOC
 gl_XGETCWD
 gl_XSTRTOL
+gl_FUNC_STPCPY
 
 jm_FUNC_FTRUNCATE
 jm_FUNC_GLIBC_UNLOCKED_IO
index b5060b0049297e1114c439f6c8a4a48ff8b01535..8b8334cbe5d21c8128ca82f8a23b4bbc33f82eb0 100644 (file)
@@ -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 <fnmatch.h> when the system
 # doesn't have one that supports the required API.
 all-local $(lib_OBJECTS): $(FNMATCH_H)
This page took 0.023782 seconds and 4 git commands to generate.