# $Id$ # This is a comment # # If the line starts with hyphen/dash, it gets parsed as Tcl. # If the line starts with dollar, it gets directly put into the output, which is POSIX shell. # Otherwise, it just gets printed. # -SET PACKAGE_NAME "Test" -SET PACKAGE_VERSION "1.00" -SET CFLAGS "-std=c89 \\ \"" Configuring for $PACKAGE_NAME $PACKAGE_VERSION -FIND_C_COMPILER "gcc" "clang" "pcc" -CHECK_C_HEADER "stdio.h" "stdlib.h" "string.h" "stdint.h" $if $HAS_HEADER; then You have standard headers :) $fi -CHECK_C_HEADER "*must_be_missing.h" $if $HAS_HEADER; then How do you even have it? $else You do not have this header, this is intended $fi -GENERATE test Configured successfully