X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fflavor.sh;h=2dfbaeb83a683ddf34996252bcd26d24a7d4cd14;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=8999795cea68d00e40290e7437171647584be159;hpb=c2a52bf0e8e87b8f347ca22b9ab2da7613bc4336;p=platform%2Fupstream%2Fautomake.git diff --git a/t/flavor.sh b/t/flavor.sh old mode 100755 new mode 100644 index 8999795..2dfbaeb --- a/t/flavor.sh +++ b/t/flavor.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # options like '--ignore-deps' and '--silent-rules' are preserved across # automake reruns. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_MAINTAINER_MODE @@ -57,21 +57,4 @@ for flavor in --gnits --gnu --foreign --ignore-deps; do done -# Cygnus mode is deprecated now, and must be handled separately. -$AUTOMAKE --cygnus -Wno-obsolete -./configure --enable-maintainer-mode -grep " --cygnus" Makefile -$MAKE -# Two code paths in configure.am: -# - either a file in $(am__configure_deps) has been updated ... -$sleep -touch aclocal.m4 -$MAKE -grep " --cygnus" Makefile -# - ... or not; i.e., Makefile.am or an included file has. -$sleep -touch Makefile.am -$MAKE -grep " --cygnus" Makefile - :