comparison m4/readline.m4 @ 7180:d445de86b311

Avoid the need for AC_LIBSOURCES in m4 macros. * modules/arcfour (EXTRA_DIST): Add arcfour.h. * modules/arctwo (EXTRA_DIST): Add arctwo.h. * modules/check-version (EXTRA_DIST): Add check-version.h. * modules/crc (EXTRA_DIST): Add crc.h. * modules/des (EXTRA_DIST): Add des.h. * modules/gc (EXTRA_DIST): Add gc.h. * modules/getdelim (EXTRA_DIST): Add getdelim.h. * modules/getline (EXTRA_DIST): Add getline.h. * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h. * modules/hmac-md5 (EXTRA_DIST): Add hmac.h. * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h. * modules/md2 (EXTRA_DIST): Add md2.h. * modules/md4 (EXTRA_DIST): Add md4.h. * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h. * modules/read-file (EXTRA_DIST): Add read-file.h. * modules/readline (EXTRA_DIST): Add readline.h. * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h, rijndael-api-fst.h. * m4/rijndael.m4 (gl_ARCFOUR): * m4/arctwo.m4 (gl_ARCTWO): * m4/check-version.m4 (gl_CHECK_VERSION): * m4/crc.m4 (gl_CRC): * m4/des.m4 (gl_DES): * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1): * m4/gc.m4 (gl_GC): * m4/getdelim.m4 (gl_FUNC_GETDELIM): * m4/getline.m4 (gl_FUNC_GETLINE): * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): * m4/hmac-md5.m4 (gl_HMAC_MD5): * m4/hmac-sha1.m4 (gl_HMAC_SHA1): * m4/md2.m4 (gl_MD2): * m4/md4.m4 (gl_MD4): * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): * m4/read-file.m4 (gl_FUNC_READ_FILE): * m4/readline.m4 (gl_FUNC_READLINE): * m4/rijndael.m4 (gl_RIJNDAEL): Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/ to get the necessary .h files and whatnot.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 22 Aug 2006 17:15:28 +0000
parents 668b3d8c9981
children f6cba5a556ce
comparison
equal deleted inserted replaced
7179:2fa0a8f44af8 7180:d445de86b311
1 # readline.m4 serial 4 1 # readline.m4 serial 5
2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. 2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation 3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it, 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved. 5 dnl with or without modifications, as long as this notice is preserved.
6 6
7 dnl Written by Simon Josefsson, with help from Bruno Haible and Oskar 7 dnl Written by Simon Josefsson, with help from Bruno Haible and Oskar
8 dnl Liljeblad. 8 dnl Liljeblad.
9 9
10 AC_DEFUN([gl_FUNC_READLINE], 10 AC_DEFUN([gl_FUNC_READLINE],
11 [ 11 [
12 AC_LIBSOURCES([readline.c, readline.h])
13
14 dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. 12 dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
15 AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) 13 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
16 AC_REQUIRE([AC_LIB_RPATH]) 14 AC_REQUIRE([AC_LIB_RPATH])
17 15
18 dnl Search for libreadline and define LIBREADLINE, LTLIBREADLINE and 16 dnl Search for libreadline and define LIBREADLINE, LTLIBREADLINE and