source: trunk/third/gtk-thinice-engine/configure.in @ 18878

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