source: projects/vine-rpm-helper/tags/0.2/configure.ac @ 4896

Revision 4896, 740 bytes checked in by yasumichi, 13 years ago (diff)

バージョンを更新

Line 
1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ([2.65])
5AC_INIT([vine-rpm-helper], [0.2], [http://bts.vinelinux.org/])
6AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])
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
19# Define variables
20if test "x${prefix}" = "xNONE"; then
21        prefix=${ac_default_prefix}
22fi
23DATADIR=`eval echo ${datadir}`
24PKGDATADIR=`eval echo ${DATADIR}/vine-rpm-helper`
25AC_SUBST(PKGDATADIR)
26
27
28AC_CONFIG_FILES([
29        data/Makefile
30        Makefile
31        mkrpmspec
32        mkrpmfiles
33])
34AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.