* m4/gc.m4 (gl_GC): Move AC_LIBOBJ invocations from here...
* modules/crypto/gc (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ crypto/gc: Move AC_LIBOBJ invocations to module description.
+ * m4/gc.m4 (gl_GC): Move AC_LIBOBJ invocations from here...
+ * modules/crypto/gc (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fwriting: Move AC_LIBOBJ invocations to module description.
-# gc.m4 serial 7
+# gc.m4 serial 8
dnl Copyright (C) 2005-2006, 2009-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,
if test "$libgcrypt" != no; then
AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include <gcrypt.h>])
fi
- if test "$ac_cv_libgcrypt" = yes; then
- AC_LIBOBJ([gc-libgcrypt])
- else
- AC_LIBOBJ([gc-gnulib])
- fi
])
configure.ac:
gl_GC
+if test "$ac_cv_libgcrypt" = yes; then
+ AC_LIBOBJ([gc-libgcrypt])
+else
+ AC_LIBOBJ([gc-gnulib])
+fi
if test $gl_cond_libtool = false; then
gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
gl_libdeps="$gl_libdeps $LIBGCRYPT"