* m4/grantpt.m4 (gl_FUNC_GRANTPT): Move AC_LIBOBJ and gl_PREREQ_GRANTPT
invocations from here...
* modules/grantpt (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ grantpt: Move AC_LIBOBJ invocations to module description.
+ * m4/grantpt.m4 (gl_FUNC_GRANTPT): Move AC_LIBOBJ and gl_PREREQ_GRANTPT
+ invocations from here...
+ * modules/grantpt (configure.ac): ... to here.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
glob: Move AC_LIBOBJ invocations to module description.
-# grantpt.m4 serial 1
+# grantpt.m4 serial 2
dnl Copyright (C) 2010-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,
AC_CHECK_FUNCS([grantpt])
if test $ac_cv_func_grantpt = no; then
HAVE_GRANTPT=0
- AC_LIBOBJ([grantpt])
- gl_PREREQ_GRANTPT
fi
])
configure.ac:
gl_FUNC_GRANTPT
+if test $HAVE_GRANTPT = 0; then
+ AC_LIBOBJ([grantpt])
+ gl_PREREQ_GRANTPT
+fi
gl_STDLIB_MODULE_INDICATOR([grantpt])
Makefile.am: