File: configure.in

package info (click to toggle)
partimage-doc 20050720-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: sh: 459; makefile: 34
file content (22 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dnl Process this file with autoconf to produce a configure script.
dnl

dnl VERSION=0
dnl PACKAGE=partimage-user-doc
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(partimage-user-doc, 20050720)

dnl For testing and until official release, default prefix will be /tmp.
AC_PREFIX_DEFAULT(/usr)

AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET

AC_OUTPUT([
Makefile
en/Makefile
en/man/Makefile
en/sgml/Makefile
])