summaryrefslogtreecommitdiff
path: root/m4/setenv.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/setenv.m4')
-rw-r--r--m4/setenv.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/setenv.m4 b/m4/setenv.m4
index 4c76be1ff..121091593 100644
--- a/m4/setenv.m4
+++ b/m4/setenv.m4
@@ -1,11 +1,13 @@
-# setenv.m4 serial 5
-dnl Copyright (C) 2001-2004 Free Software Foundation, Inc.
+# setenv.m4 serial 6
+dnl Copyright (C) 2001-2005 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([gt_FUNC_SETENV],
[
+ AC_LIBSOURCES([setenv.c, unsetenv.c, setenv.h])
+
AC_REPLACE_FUNCS(setenv unsetenv)
if test $ac_cv_func_setenv = no; then
gl_PREREQ_SETENV