File: configure.ac

package info (click to toggle)
swe-standard-data 00004-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,924 kB
  • sloc: sh: 625; makefile: 73
file content (22 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
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 Created by Anjuta application wizard.

AC_INIT(swe-standard-data, 00004)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

AC_PROG_CC

ephedatadir='$(datadir)/libswe/ephe'
AC_SUBST(ephedatadir)
ast0ephedatadir='$(ephedatadir)/ast0'
AC_SUBST(ast0ephedatadir)



AC_OUTPUT([
Makefile
])