mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
As metze mentioned, this is the proper way to find perl...
Andrew Bartlett (This used to be commit f364921864bf4c33580c432f0d328c7ffc48a7df)
This commit is contained in:
parent
6fa61ac2a8
commit
baff308f16
@ -1202,7 +1202,7 @@ utils/net_proto.h:
|
|||||||
$(NET_OBJ1)
|
$(NET_OBJ1)
|
||||||
|
|
||||||
include/tdbsam2_parse_info.h:
|
include/tdbsam2_parse_info.h:
|
||||||
@cd $(srcdir) && perl -w script/genstruct.pl \
|
@cd $(srcdir) && @PERL@ -w script/genstruct.pl \
|
||||||
-o include/tdbsam2_parse_info.h $(CC) -E -O2 -g \
|
-o include/tdbsam2_parse_info.h $(CC) -E -O2 -g \
|
||||||
include/tdbsam2.h
|
include/tdbsam2.h
|
||||||
|
|
||||||
|
@ -274,6 +274,7 @@ dnl Checks for programs.
|
|||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
|
AC_PATH_PROG(PERL, perl)
|
||||||
|
|
||||||
dnl Check if we use GNU ld
|
dnl Check if we use GNU ld
|
||||||
LD=ld
|
LD=ld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user