Oops, move dependency to 'memchr'.
[pspp] / modules / strtoull
index 931e1b2689e7b4991402749616f24afc64c626c0..0347b7ead2af12b1f54702e273e8b61e30b02dac 100644 (file)
@@ -3,17 +3,18 @@ strtoull() function: convert string to 'unsigned long long'.
 
 Files:
 lib/strtoull.c
-m4/ulonglong.m4
+m4/longlong.m4
 m4/strtoull.m4
 
 Depends-on:
+unistd
 strtoul
 
 configure.ac:
 gl_FUNC_STRTOULL
+gl_STDLIB_MODULE_INDICATOR([strtoull])
 
 Makefile.am:
-EXTRA_DIST += strtoull.c
 
 Include:
 <stdlib.h>