diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-16 09:04:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-16 09:04:54 +0000 |
commit | 7fb4b71c5c3f55e7686209d9993726dfaa219b27 (patch) | |
tree | 7511d256eb7c9560bbdb92f9604176e02e24d27c /gl/m4/read-file.m4 | |
parent | 6cfa79db487699e3ba7116f56df26223cc798f30 (diff) | |
download | libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.tar.gz libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.tar.bz2 libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.zip |
Use read_binary_file to read data, for Windows. Add self-test to test regressions.
Diffstat (limited to 'gl/m4/read-file.m4')
-rw-r--r-- | gl/m4/read-file.m4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gl/m4/read-file.m4 b/gl/m4/read-file.m4 new file mode 100644 index 0000000..8d1b8f3 --- /dev/null +++ b/gl/m4/read-file.m4 @@ -0,0 +1,14 @@ +# read-file.m4 serial 2 +dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_FUNC_READ_FILE], +[ + AC_LIBOBJ([read-file]) + gl_PREREQ_READ_FILE +]) + +# Prerequisites of lib/read-file.c. +AC_DEFUN([gl_PREREQ_READ_FILE], [:]) |