mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add m4/ to paths m4_include parameters so we don't need to use
autoconf's -I flag.
This commit is contained in:
@@ -112,9 +112,6 @@ uninstall-nls:
|
||||
rm -f $(DESTDIR)$(localedir)/*/LC_MESSAGES/$$domain.mo; \
|
||||
done
|
||||
|
||||
autoconf:
|
||||
autoconf -I m4
|
||||
|
||||
siglist.c signame.c:
|
||||
(cd compat && exec $(MAKE) $@)
|
||||
|
||||
|
14
aclocal.m4
vendored
14
aclocal.m4
vendored
@@ -364,13 +364,13 @@ EOF
|
||||
dnl
|
||||
dnl Pull in libtool macros
|
||||
dnl
|
||||
m4_include([libtool.m4])
|
||||
m4_include([ltoptions.m4])
|
||||
m4_include([ltsugar.m4])
|
||||
m4_include([ltversion.m4])
|
||||
m4_include([lt~obsolete.m4])
|
||||
m4_include([m4/libtool.m4])
|
||||
m4_include([m4/ltoptions.m4])
|
||||
m4_include([m4/ltsugar.m4])
|
||||
m4_include([m4/ltversion.m4])
|
||||
m4_include([m4/lt~obsolete.m4])
|
||||
dnl
|
||||
dnl Pull in other non-standard macros
|
||||
dnl
|
||||
m4_include([ax_check_compile_flag.m4])
|
||||
m4_include([ax_check_link_flag.m4])
|
||||
m4_include([m4/ax_check_compile_flag.m4])
|
||||
m4_include([m4/ax_check_link_flag.m4])
|
||||
|
Reference in New Issue
Block a user