X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcondman3.sh;h=e23e6501d798110d497f4275504ef76985908b62;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=89196dfb708d802b5da033a4173fc22f175cc6bd;hpb=ebc92e19939b215d76804fde2e51a5850bcf23a0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/condman3.sh b/t/condman3.sh old mode 100755 new mode 100644 index 89196df..e23e650 --- a/t/condman3.sh +++ b/t/condman3.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2010-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 @@ -16,7 +16,7 @@ # Make sure conditionals work with man pages. -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_CONDITIONAL([COND], [test x"$FOO" = x"true"])