Merge "menuselect: Fix check for running configure." into 13

This commit is contained in:
George Joseph
2017-12-28 10:56:55 -06:00
committed by Gerrit Code Review
2 changed files with 2 additions and 7 deletions

View File

@@ -64,10 +64,7 @@ all: $(ALL_TGTS)
$(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h $(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h
makeopts: makeopts.in makeopts: configure
autoconfig.h: autoconfig.h.in
makeopts autoconfig.h:
@./configure $(CONFIGURE_SILENT) @./configure $(CONFIGURE_SILENT)
@echo "****" @echo "****"
@echo "**** The configure script was just executed, so 'make' needs to be" @echo "**** The configure script was just executed, so 'make' needs to be"

View File

@@ -61,9 +61,7 @@ AH_TOP(
#endif #endif
) )
AH_BOTTOM( AH_BOTTOM([#endif])
#endif
)
# Checks for programs. # Checks for programs.
AC_PROG_CC AC_PROG_CC