source: projects/vine-manual-build/trunk/configure.ac @ 840

Revision 840, 670 bytes checked in by yasumichi, 14 years ago (diff)

first import

Line 
1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ([2.65])
5AC_INIT(vine-manual-build, 0.9.0, http://bts.vinelinux.org/)
6AM_INIT_AUTOMAKE
7AM_MAINTAINER_MODE
8
9# Checks for programs.
10
11# Checks for libraries.
12
13# Checks for header files.
14
15# Checks for typedefs, structures, and compiler characteristics.
16
17# Checks for library functions.
18
19if test "x${prefix}" = "xNONE"; then
20        prefix=${ac_default_prefix}
21fi
22DATADIR=`eval echo ${datadir}`
23XSLDIR=`eval echo ${DATADIR}`/sgml/docbook/vine-style-xsl
24AC_SUBST(XSLDIR)
25
26AC_CONFIG_FILES([
27           Makefile
28           vine-manual-build
29           ])
30
31AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.