]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: Fix check for running configure.
authorCorey Farrell <git@cfware.com>
Thu, 28 Dec 2017 01:27:18 +0000 (20:27 -0500)
committerCorey Farrell <git@cfware.com>
Thu, 28 Dec 2017 02:17:06 +0000 (20:17 -0600)
commit0bdddbe5266d197e5b2d149888673cf898d5ce7a
tree31d0a781fc0457801ee429207afb2bf7555e0411
parent92fb393cab7fbd164e299601e94909ba95a0116b
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/Makefile
menuselect/configure.ac