sigrok.m4: Suppress make variable for ORDER

This commit is contained in:
Daniel Elstner 2015-09-08 04:10:44 +02:00
parent 39cf2004dc
commit c178386178
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>. ## along with this program. If not, see <http://www.gnu.org/licenses/>.
## ##
#serial 20150907 #serial 20150908
## SR_APPEND(var-name, [list-sep,] element) ## SR_APPEND(var-name, [list-sep,] element)
## ##
@ -362,6 +362,7 @@ rm -f conftest.mk
]) ])
AS_IF([test "x$sr_cv_prog_make_order_only" = xyes], [ORDER='|'], [ORDER=]) AS_IF([test "x$sr_cv_prog_make_order_only" = xyes], [ORDER='|'], [ORDER=])
AC_SUBST([ORDER]) AC_SUBST([ORDER])
AM_SUBST_NOTMAKE([ORDER])[]dnl
]) ])
## SR_CHECK_COMPILE_FLAGS(flags-var, description, flags) ## SR_CHECK_COMPILE_FLAGS(flags-var, description, flags)