File: configure.ac

package info (click to toggle)
drgeo-doc 1.5-7.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,424 kB
  • sloc: sh: 335; makefile: 220
file content (18 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_INIT([Dr. Geo Manual],[1.5])

AM_INIT_AUTOMAKE(drgeo-doc, 1.5)

AC_CONFIG_SRCDIR([drgeniusCommon.tex])



AC_PROG_MAKE_SET

AC_CONFIG_FILES([
Makefile
c/Makefile
fr/Makefile
es/Makefile
it/Makefile
nl/Makefile])
AC_OUTPUT