ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/configure.ac
Revision: 1.1
Committed: Sun Oct 17 08:14:43 2010 UTC (13 years, 7 months ago) by sf-pippijn
Branch: MAIN
Log Message:
initial import

File Contents

# User Rev Content
1 sf-pippijn 1.1 AC_PREREQ(2.61)
2     AC_INIT([DClient], [0.1], [dclient@xinutec.org])
3     AC_CONFIG_AUX_DIR(autoconf)
4     AC_CONFIG_SRCDIR(autoconf.h.in)
5     AC_CONFIG_MACRO_DIR(m4)
6     AC_CONFIG_HEADERS(autoconf.h)
7    
8     # automake
9     AC_DISABLE_STATIC
10     LT_INIT
11     AM_INIT_AUTOMAKE([silent-rules gnits])
12     AM_SILENT_RULES
13     AM_DEFAULT_VERBOSITY=0
14    
15     # build tools
16     AC_PROG_CXX
17    
18     AC_CONFIG_FILES([Makefile])
19     AC_OUTPUT