mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
menuselect: Fix check for running configure.
menuselect/Makefile checks that autoconfig.h and makeopts were newer than the '.in' files. Unfortunately running ./configure does not touch autoconfig.h unless the contents will change. Instead of looking at autoconfig.h we just need to ensure that makeopts is newer than configure. Also make change to configure.ac so bootstrap.sh doesn't re-add the extra trailing line-feed. Change-Id: Ief1f831d6717007f9cebb668c14e92782cd2b794
This commit is contained in:
@@ -64,10 +64,7 @@ all: $(ALL_TGTS)
|
||||
|
||||
$(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h
|
||||
|
||||
makeopts: makeopts.in
|
||||
autoconfig.h: autoconfig.h.in
|
||||
|
||||
makeopts autoconfig.h:
|
||||
makeopts: configure
|
||||
@./configure $(CONFIGURE_SILENT)
|
||||
@echo "****"
|
||||
@echo "**** The configure script was just executed, so 'make' needs to be"
|
||||
|
@@ -61,9 +61,7 @@ AH_TOP(
|
||||
#endif
|
||||
)
|
||||
|
||||
AH_BOTTOM(
|
||||
#endif
|
||||
)
|
||||
AH_BOTTOM([#endif])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
Reference in New Issue
Block a user