Revision 18878,
989 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18877,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(thinice_theme_draw.c) |
---|
3 | THEME="thinice" |
---|
4 | |
---|
5 | # For automake. |
---|
6 | VERSION=2.0.2 |
---|
7 | PACKAGE=gtk-${THEME}-engine |
---|
8 | |
---|
9 | # Save this value here, since automake will set cflags later |
---|
10 | cflags_set=${CFLAGS+set} |
---|
11 | AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) |
---|
12 | |
---|
13 | dnl Initialize maintainer mode |
---|
14 | AM_MAINTAINER_MODE |
---|
15 | |
---|
16 | AC_CANONICAL_HOST |
---|
17 | |
---|
18 | AC_PROG_CC |
---|
19 | AM_PROG_CC_STDC |
---|
20 | AC_PROG_INSTALL |
---|
21 | AC_PROG_MAKE_SET |
---|
22 | |
---|
23 | # No static please |
---|
24 | AM_DISABLE_STATIC |
---|
25 | |
---|
26 | dnl Initialize libtool |
---|
27 | AM_PROG_LIBTOOL |
---|
28 | |
---|
29 | PKG_CHECK_MODULES(THINICE, gtk+-2.0 >= 2.0.0,, |
---|
30 | AC_MSG_ERROR([GTK+-2.0 is required to compile thinice])) |
---|
31 | |
---|
32 | GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` |
---|
33 | AC_SUBST(THINICE_CFLAGS) |
---|
34 | AC_SUBST(THINICE_LIBS) |
---|
35 | AC_SUBST(GTK_VERSION) |
---|
36 | |
---|
37 | # Checks for header files. |
---|
38 | AC_HEADER_STDC |
---|
39 | |
---|
40 | # Checks for typedefs, structures, and compiler characteristics. |
---|
41 | AC_C_CONST |
---|
42 | |
---|
43 | #gtk-thinice-theme.spec |
---|
44 | AC_OUTPUT([ |
---|
45 | Makefile |
---|
46 | gtk-thinice-engine-2.pc |
---|
47 | Theme/Makefile |
---|
48 | Theme/gtk-2.0/Makefile |
---|
49 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.