~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/mod_gsoap/mod_gsoap-0.6/apache_13/.svn/text-base/configure.scan.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Process this file with autoconf to produce a configure script.
2
 
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
3
 
AC_CONFIG_SRCDIR([config.h.in])
4
 
AC_CONFIG_HEADER([config.h])
5
 
 
6
 
# Checks for programs.
7
 
AC_PROG_CXX
8
 
AC_PROG_CC
9
 
AC_PROG_CPP
10
 
AC_PROG_INSTALL
11
 
AC_PROG_LN_S
12
 
AC_PROG_MAKE_SET
13
 
AC_PROG_RANLIB
14
 
AC_PROG_AWK
15
 
 
16
 
# Checks for libraries.
17
 
# FIXME: Replace `main' with a function in `-le':
18
 
AC_CHECK_LIB([e], [main])
19
 
# FIXME: Replace `main' with a function in `-links':
20
 
AC_CHECK_LIB([inks], [main])
21
 
# FIXME: Replace `main' with a function in `-lltdl':
22
 
AC_CHECK_LIB([ltdl], [main])
23
 
# FIXME: Replace `main' with a function in `-lpthread':
24
 
AC_CHECK_LIB([pthread], [main])
25
 
 
26
 
# Checks for header files.
27
 
AC_CHECK_HEADERS([memory.h unistd.h])
28
 
 
29
 
# Checks for typedefs, structures, and compiler characteristics.
30
 
AC_C_CONST
31
 
 
32
 
# Checks for library functions.
33
 
AC_HEADER_STDC
34
 
AC_CHECK_FUNCS([getcwd memset])
35
 
 
36
 
AC_CONFIG_FILES([ConsoleServer/Makefile
37
 
                 ConsoleServer/foo/Makefile
38
 
                 Makefile
39
 
                 example/calculator/Makefile
40
 
                 mod_gsoap/Makefile])
41
 
AC_OUTPUT