X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fobjcxx-basic.sh;h=de94a48b6ba041971c70b9d24c6a6c26d1e8c088;hb=b21d68690612214d8edd810acf11880c3c0ad586;hp=e00106d79da08fcc4071bd9c04191730510a8020;hpb=d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0;p=platform%2Fupstream%2Fautomake.git diff --git a/t/objcxx-basic.sh b/t/objcxx-basic.sh index e00106d..de94a48 100755 --- a/t/objcxx-basic.sh +++ b/t/objcxx-basic.sh @@ -30,19 +30,10 @@ grep "add .*'AC_PROG_OBJCXX'" stderr rm -rf autom4te*.cache cat >> configure.ac <<'END' -dnl Support for Object C++ was introduced only in Autoconf 2.65. -AC_PREREQ([2.65]) AC_PROG_OBJCXX END -if $ACLOCAL; then - : We have a modern enough autoconf, go ahead. -elif test $? -eq 63; then - skip_ "Object C++ support requires Autoconf 2.65 or later" -else - exit 1 # Some other aclocal failure. -fi - +$ACLOCAL $AUTOMAKE $EGREP '^\.SUFFIXES:.* \.mm( |$)' Makefile.in