File: configure.in

package info (click to toggle)
spellcast 1.0-22
  • links: PTS
  • area: non-free
  • in suites: bookworm, bullseye, buster, sid, stretch
  • size: 728 kB
  • ctags: 834
  • sloc: ansic: 7,660; makefile: 94; sh: 11
file content (23 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AC_PREREQ(2.1)
AC_REVISION($Revision: 1.2 $)
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h)

prefix=/usr
datadir=/usr/share/spellcast

AC_PROG_CC

ALL_LINGUAS="es"
AM_GNU_GETTEXT

AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)


AC_OUTPUT([
Makefile
intl/Makefile
po/Makefile.in
])