Revision 21422,
1.2 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21421,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | AC_INIT(gnome2-user-guide) |
---|
2 | |
---|
3 | SCROLLKEEPER_REQUIRED=0.3.11 |
---|
4 | AC_SUBST(SCROLLKEEPER_REQUIRED) |
---|
5 | |
---|
6 | AM_INIT_AUTOMAKE(gnome2-user-docs, 2.8.1) |
---|
7 | |
---|
8 | AM_MAINTAINER_MODE |
---|
9 | |
---|
10 | dnl ==================================== |
---|
11 | dnl = Begin tests for scrollkeeper |
---|
12 | dnl ==================================== |
---|
13 | AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) |
---|
14 | if test x$SCROLLKEEPER_CONFIG = xno; then |
---|
15 | AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the scrollkeeper packaga) |
---|
16 | fi |
---|
17 | dnl ==================================== |
---|
18 | dnl = End tests for scrollkeeper |
---|
19 | dnl ==================================== |
---|
20 | |
---|
21 | dnl ==================================== |
---|
22 | dnl = Test whether jw is installed |
---|
23 | dnl ==================================== |
---|
24 | AC_PATH_PROG(JW,jw,no) |
---|
25 | if test x$JW = xno; then |
---|
26 | HAVE_JW="no" |
---|
27 | else |
---|
28 | HAVE_JW="yes" |
---|
29 | fi |
---|
30 | AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") |
---|
31 | AC_SUBST(HAVE_JW) |
---|
32 | dnl ==================================== |
---|
33 | dnl = End tests for jw |
---|
34 | dnl ==================================== |
---|
35 | |
---|
36 | |
---|
37 | AC_OUTPUT([ |
---|
38 | Makefile |
---|
39 | gnome-user-docs.spec |
---|
40 | gnome2-user-guide/Makefile |
---|
41 | gnome2-user-guide/C/Makefile |
---|
42 | gnome2-accessibility-guide/Makefile |
---|
43 | gnome2-accessibility-guide/C/Makefile |
---|
44 | gnome2-system-admin-guide/Makefile |
---|
45 | gnome2-system-admin-guide/C/Makefile |
---|
46 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.