Add ^lib/xstrtold\.c$, so make distcheck passes once again.
authorJim Meyering <jim@meyering.net>
Sat, 1 Jul 2006 06:50:30 +0000 (06:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jul 2006 06:50:30 +0000 (06:50 +0000)
.x-sc_require_config_h
ChangeLog

index a7a6930..f82d710 100644 (file)
@@ -16,6 +16,7 @@
 ^lib/strtoull\.c$
 ^lib/strtoumax\.c$
 ^lib/umaxtostr\.c$
+^lib/xstrtold\.c$
 ^lib/xstrtoul\.c$
 ^src/false\.c$
 ^src/lbracket\.c$
index fb4d136..1130052 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-01  Jim Meyering  <jim@meyering.net>
+
+       * .x-sc_require_config_h: Add ^lib/xstrtold\.c$, so make distcheck
+       passes once again.
+
 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: seq now uses long double internally rather than double.