forked from hughsie/shared-color-targets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigure.ac
More file actions
28 lines (24 loc) · 687 Bytes
/
configure.ac
File metadata and controls
28 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
AC_PREREQ(2.65)
AC_INIT([shared-color-targets],[0.1.8],[richard@hughsie.com])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_LN_S
AC_CONFIG_FILES([
Makefile
targets/Makefile
targets/wolf_faust/Makefile
targets/wolf_faust/reflective/Makefile
targets/wolf_faust/transmissive/Makefile
tools/Makefile
])
AC_OUTPUT
echo "
shared-color-targets $VERSION
=========================
prefix: ${prefix}
datadir: ${datadir}
"