summaryrefslogtreecommitdiff
path: root/acinclude.m4.in
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-03-28 23:32:19 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-03-28 23:32:19 +0000
commit544a38dd45f6a58d34296c6c768afd086eb2ac70 (patch)
treec84cc02340b06aae189cff0dbfaee698f273f1f5 /acinclude.m4.in
parent804cbbe033b8e7a3e8d7058aaf31bdf69ef18ac5 (diff)
Imported trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
new file mode 100644
index 00000000..c537bf90
--- /dev/null
+++ b/acinclude.m4.in
@@ -0,0 +1,31 @@
+dnl Licensed under the Apache License, Version 2.0 (the "License"); you may not
+dnl use this file except in compliance with the License. dnl You may obtain a
+dnl copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+dnl WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+dnl License for the specific language governing permissions and limitations
+dnl under the License.
+
+m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [Damien Katz])
+m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien_katz@yahoo.com])
+m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb])
+m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])
+
+m4_define([LOCAL_VERSION_MAJOR], [0])
+m4_define([LOCAL_VERSION_MINOR], [7])
+m4_define([LOCAL_VERSION_REVISION], [3])
+m4_define([LOCAL_VERSION_STAGE], [a])
+m4_define([LOCAL_VERSION_RELEASE], [%release%])
+m4_define([LOCAL_VERSION_PRIMARY],
+ [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
+m4_define([LOCAL_VERSION_SECONDARY],
+ [LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE])
+m4_define([LOCAL_VERSION],
+ [LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])
+
+m4_define([LOCAL_LIST_ADDRESS], [couchdb@googlegroups.com])
+m4_define([LOCAL_LIST_URI], [http://groups.google.com/group/couchdb])