File: configure.in

package info (click to toggle)
pcproxy 1.1.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 508 kB
  • ctags: 35
  • sloc: sh: 2,866; tcl: 1,336; makefile: 77
file content (20 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT
AM_INIT_AUTOMAKE(pcproxy, `cat VERSION`)

AC_DEFINE_DIR(SYSCONF_PATH, sysconfdir)
AC_DEFINE_DIR(SCRIPT_PATH, datadir/pcproxy)
AC_DEFINE_DIR(DOC_PATH,  datadir/doc/pcproxy)


AC_OUTPUT([Makefile 
           bin/Makefile 
           bin/pcproxy
           lib/Makefile
           man/Makefile 
           man/pcproxy.pod
           etc/Makefile
           doc/Makefile])