/[gcjwebplugin]/gcjwebplugin/configure.ac
ViewVC logotype

Diff of /gcjwebplugin/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by mkoch, Wed Jul 30 05:12:28 2003 UTC revision 1.14 by fitzsim, Mon Sep 15 02:52:00 2003 UTC
# Line 25  PKG_CHECK_MODULES(LIBGCJ, libgcj >= "3.4 Line 25  PKG_CHECK_MODULES(LIBGCJ, libgcj >= "3.4
25                  LDFLAGS="$LDFLAGS $LIBGCJ_LDFLAGS"                  LDFLAGS="$LDFLAGS $LIBGCJ_LDFLAGS"
26          ],          ],
27          [          [
28                  AC_MSG_ERROR([Couldn't find libgcj library!])                  AC_MSG_ERROR([Could not locate libgcj.])
29          ])          ])
30    
31    PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.0,
32            [
33                    CXXFLAGS="$CXXFLAGS $GLIB_CFLAGS"
34                    LDFLAGS="$LDFLAGS $GLIB_LDFLAGS"
35            ],
36            [
37                    AC_MSG_ERROR([Could not locate GLib.])
38            ])
39    
40  # For some reason, with automake-1.6 these variables are not being  # For some reason, with automake-1.6 these variables are not being
41  # substituted properly by the PKG_CHECK_MODULES macro.  So substitute  # substituted properly by the PKG_CHECK_MODULES macro.  So substitute
42  # them manually.  # them manually.
# Line 60  AC_OUTPUT( \ Line 70  AC_OUTPUT( \
70          src/Makefile \          src/Makefile \
71          src/gnu/Makefile \          src/gnu/Makefile \
72          src/gnu/applet/Makefile \          src/gnu/applet/Makefile \
73            src/gnu/getopt/Makefile \
74  )  )

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26