From 0bdddbe5266d197e5b2d149888673cf898d5ce7a Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 27 Dec 2017 20:27:18 -0500 Subject: 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 --- menuselect/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'menuselect/configure.ac') diff --git a/menuselect/configure.ac b/menuselect/configure.ac index 5945f5c9f..2dd4ed652 100644 --- a/menuselect/configure.ac +++ b/menuselect/configure.ac @@ -61,9 +61,7 @@ AH_TOP( #endif ) -AH_BOTTOM( -#endif -) +AH_BOTTOM([#endif]) # Checks for programs. AC_PROG_CC -- cgit v1.2.3