summaryrefslogtreecommitdiff
path: root/m4/fopen.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-07 12:15:25 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:05:59 +0200
commite4aa7fe91e3fa0e763e05ca9038c28d970928e4f (patch)
tree640b68f5b3e5eebe078f129768c029a534f9cb1f /m4/fopen.m4
parent161a4b5fc16fbe0739fb2d4c60098cb9173133d3 (diff)
downloadgnulib-e4aa7fe91e3fa0e763e05ca9038c28d970928e4f.tar.gz
fopen: Move AC_LIBOBJ invocations to module description.
* m4/fopen.m4 (gl_FUNC_FOPEN): Move AC_LIBOBJ and gl_PREREQ_FOPEN invocations from here... * modules/fopen (configure.ac): ... to here.
Diffstat (limited to 'm4/fopen.m4')
-rw-r--r--m4/fopen.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/fopen.m4 b/m4/fopen.m4
index 8407ed4862..4e19b291e3 100644
--- a/m4/fopen.m4
+++ b/m4/fopen.m4
@@ -1,4 +1,4 @@
-# fopen.m4 serial 7
+# fopen.m4 serial 8
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -52,10 +52,6 @@ changequote([,])dnl
REPLACE_FOPEN=1
;;
esac
- if test $REPLACE_FOPEN = 1; then
- AC_LIBOBJ([fopen])
- gl_PREREQ_FOPEN
- fi
])
# Prerequisites of lib/fopen.c.