summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:58:34 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:58:34 +0000
commit3f2d2c529886c804178874ca53e1c3b54e4cd041 (patch)
tree458cd3bd9fc67ca44b789edb88fa63e0d11e741d /tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac
parent6b5a81ebfbe2e8c4b3367f04a881956a4b81b0d5 (diff)
Removing obsolete release candidate tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac')
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac b/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac
deleted file mode 100644
index e4c9932dbb..0000000000
--- a/tags/cpp-0.1.incubating-M1-RC3b/sca/samples/configure.ac
+++ /dev/null
@@ -1,26 +0,0 @@
-dnl run autogen.sh to generate the configure script.
-
-AC_PREREQ(2.59)
-AC_INIT(tuscany_sca_samples, 0.1.incubating-M1)
-AC_CANONICAL_SYSTEM
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AC_PREFIX_DEFAULT(/usr/local/tuscany/sca/samples)
-
-# Checks for programs.
-AC_PROG_CXX
-AC_PROG_CC
-AC_PROG_CPP
-AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-AC_PROG_LIBTOOL
-
-AC_CONFIG_FILES([Makefile
- Calculator/Makefile
- Calculator/CalculatorModule/Makefile
- Calculator/Client/Makefile
- Calculator/WSClient/Makefile
- ])
-AC_OUTPUT
-