mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
9f611ffdde
Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm)
Add INSTALLDIR keyword to .mk files
(This used to be commit ce0935112b
)
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
dnl SMB Build Environment LD Checks
|
|
dnl -------------------------------------------------------
|
|
dnl Copyright (C) Stefan (metze) Metzmacher 2004
|
|
dnl Released under the GNU GPL
|
|
dnl -------------------------------------------------------
|
|
dnl
|
|
dnl Check if we use GNU ld
|
|
AC_PATH_PROG(LD, ld)
|
|
AC_PROG_LD_GNU
|
|
AC_PATH_PROG(AR, ar)
|