source: trunk/third/gtk-engines/configure.in @ 18625

Revision 18625, 1.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18624, which included commits to RCS files with non-trunk default branches.
Line 
1AC_INIT(README)
2# Save this value here, since automake will set cflags later
3cflags_set=${CFLAGS+set}
4
5AM_INIT_AUTOMAKE(gtk-engines, 2.2.0)
6
7dnl Initialize maintainer mode
8AM_MAINTAINER_MODE
9
10ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
11
12AC_PROG_CC
13AM_PROG_CC_STDC
14AC_PROG_INSTALL
15AC_PROG_MAKE_SET
16
17changequote(,)dnl
18if test "x$GCC" = "xyes"; then
19  case " $CFLAGS " in
20  *[\ \ ]-Wall[\ \      ]*) ;;
21  *) CFLAGS="$CFLAGS -Wall" ;;
22  esac
23fi
24changequote([,])dnl
25
26dnl Initialize libtool
27AM_DISABLE_STATIC
28AM_PROG_LIBTOOL
29
30PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 1.3.12,,
31                  AC_MSG_ERROR([GTK+-2.0 is required to compile gtk-engines]))
32
33GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
34AC_SUBST(GTK_CFLAGS)
35AC_SUBST(GTK_LIBS)
36AC_SUBST(GTK_VERSION)
37
38# Save ACLOCAL_FLAGS
39ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
40
41AC_OUTPUT([
42gtk-engines.spec
43Makefile
44metal/Makefile
45metal/Theme/Makefile
46metal/Theme/gtk-2.0/Makefile
47pixbuf/Makefile
48redmond95/Makefile
49redmond95/Theme/Makefile
50redmond95/Theme/gtk-2.0/Makefile
51gtk-engines-2.pc
52])
Note: See TracBrowser for help on using the repository browser.