zlib: Don't use PASTE for INTMAX error messages
[jimtcl.git] / autosetup / default.auto
blobb36e0f8dc994fb773e4ece9a67aeb28e53b59ed2
1 # Copyright (c) 2012 WorkWare Systems http://www.workware.net.au/
2 # All rights reserved
4 # Auto-load module for 'make' build system integration
6 use init
8 autosetup_add_init_type make {Simple "make" build system} {
9         autosetup_check_create auto.def \
10 {# Initial auto.def created by 'autosetup --init=make'
12 use cc
14 # Add any user options here
15 options {
18 make-config-header config.h
19 make-template Makefile.in
22         if {![file exists Makefile.in]} {
23                 puts "Note: I don't see Makefile.in. You will probably need to create one."
24         }