summaryrefslogtreecommitdiff
path: root/m4/setlocale.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 00:08:39 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:46 +0200
commit46806eb257a174bd245758d0d724a26416254479 (patch)
tree15163b889f3fdb3f359cdd5462d2377d5f447f07 /m4/setlocale.m4
parent5e0f867779fe6edb178f401fcf4175cab2a26cea (diff)
downloadgnulib-46806eb257a174bd245758d0d724a26416254479.tar.gz
setlocale: Move AC_LIBOBJ invocations to module description.
* m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and gl_PREREQ_SETLOCALE invocations from here... * modules/setlocale (configure.ac): ... to here.
Diffstat (limited to 'm4/setlocale.m4')
-rw-r--r--m4/setlocale.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/setlocale.m4 b/m4/setlocale.m4
index 92f76f433c..d64780d166 100644
--- a/m4/setlocale.m4
+++ b/m4/setlocale.m4
@@ -1,4 +1,4 @@
-# setlocale.m4 serial 3
+# setlocale.m4 serial 4
dnl Copyright (C) 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,
@@ -20,10 +20,6 @@ AC_DEFUN([gl_FUNC_SETLOCALE],
esac
;;
esac
- if test $REPLACE_SETLOCALE = 1; then
- AC_LIBOBJ([setlocale])
- gl_PREREQ_SETLOCALE
- fi
])
# Prerequisites of lib/setlocale.c.