123456789101112131415161718192021222324252627282930313233 |
- #! /bin/sh
- . test-init.sh
- cat > configure.ac <<END
- AC_INIT([$me], [1.0])
- AM_PROG_UPC
- END
- $ACLOCAL
- $AUTOCONF
- grep_configure_help UPC '[Uu]nified Parallel C compiler command'
- grep_configure_help UPCFLAGS '[Uu]nified Parallel C compiler flags'
- :
|