-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfigure.ac
51 lines (45 loc) · 1.15 KB
/
configure.ac
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
AC_PREREQ(2.69)
AC_INIT([gphoto2 manual],
[2.3.2git],
[https://github.com/gphoto/gphoto2-manual/issues],
[gphoto2-manual],
[https://github.com/gphoto/gphoto2-manual])
AC_CONFIG_SRCDIR([src/gphoto2.xml])
AC_CONFIG_AUX_DIR([auto-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([
gnu
1.14.1
dist-bzip2
])
AC_PROG_SED
AC_PROG_LN_S()
GP_BUILD_DOCS()
dnl ---------------------------------------------------------------------------
dnl GNOME support: We can use the GNOME help system if scrollkeeper is
dnl installed.
dnl ---------------------------------------------------------------------------
dnl scrollkeeper has been replaced around 2008 by rarian/yelp.
AC_CONFIG_FILES([
Makefile
gphoto2-manual.pc
gphoto2-manual-uninstalled.pc
gphoto-m4/Makefile
src/Makefile
src/css/Makefile
src/xsl/Makefile
src/html/Makefile
src/html-nochunks/Makefile
src/xhtml/Makefile
src/xhtml-nochunks/Makefile
src/pdf/Makefile
src/ps/Makefile
src/man/Makefile
src/txt/Makefile
src/txt2/Makefile
src/figures/Makefile
src/screenshots/Makefile
src/screenshots/gtkam/Makefile
])
AC_OUTPUT
GP_CONFIG_OUTPUT