[complement-svn] SF.net SVN: complement: [1708] trunk/complement/explore/inquiry/shades/ autotools
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-08-29 05:25:07
|
Revision: 1708 http://complement.svn.sourceforge.net/complement/?rev=1708&view=rev Author: complement Date: 2007-08-28 22:24:59 -0700 (Tue, 28 Aug 2007) Log Message: ----------- autoconf 2.61 Modified Paths: -------------- trunk/complement/explore/inquiry/shades/autotools/configure.ac Removed Paths: ------------- trunk/complement/explore/inquiry/shades/autotools/ext/ Property Changed: ---------------- trunk/complement/explore/inquiry/shades/autotools/ Property changes on: trunk/complement/explore/inquiry/shades/autotools ___________________________________________________________________ Name: svn:ignore - configure config.log config.status a.out autom4te.cache cxxtest.gcc Makefile + configure config.log config.status a.out autom4te.cache cxxtest.gcc Makefile Makefile.in depcomp ChangeLog stamp-h1 config.guess config.h ltmain.sh config.sub autoscan.log config.h.in missing aclocal.m4 install-sh Modified: trunk/complement/explore/inquiry/shades/autotools/configure.ac =================================================================== --- trunk/complement/explore/inquiry/shades/autotools/configure.ac 2007-08-27 15:32:34 UTC (rev 1707) +++ trunk/complement/explore/inquiry/shades/autotools/configure.ac 2007-08-29 05:24:59 UTC (rev 1708) @@ -1,22 +1,25 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. -dnl Process this file with autoconf to produce a configure script -AC_INIT([Test Autotools],[1],[no...@no...],[cxxtest]) -AC_PREREQ(2.60a) -AC_CONFIG_AUX_DIR(ext) +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.61) +AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) +AC_CONFIG_SRCDIR([main.cc]) +AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE -AC_COPYRIGHT(All portions of this software are copylefted (c)) -# AC_LANG([C++]) +# Checks for programs. AC_PROG_CXX -AC_PROG_RANLIB -AC_LIBTOOL_DLOPEN -AC_PROG_LIBTOOL - -AC_CONFIG_SRCDIR([main.cc]) -AC_CONFIG_HEADER([config.h]) -AC_CONFIG_FILES([Makefile]) - -ACX_PTHREAD - -AC_OUTPUT +AC_PROG_CC + +# Checks for libraries. +# FIXME: Replace `main' with a function in `-lstlport': +# AC_CHECK_LIB([stlport], [main]) + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |