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

Diff of /gcjwebplugin/configure.ac

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

revision 1.1 by mkoch, Thu Jul 3 18:15:57 2003 UTC revision 1.2 by mkoch, Thu Jul 3 19:07:41 2003 UTC
# Line 1  Line 1 
1  dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
2    
3  AC_INIT(GCJPluginFactory.h)  AC_INIT(src/GCJPluginFactory.h)
4    
5  PACKAGE="gcjwebplugin"  PACKAGE="gcjwebplugin"
6  VERSION="0.0.1"  VERSION="0.0.1"
# Line 12  AC_SUBST(LIBVERSION) Line 12  AC_SUBST(LIBVERSION)
12  AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})  AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
13  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
14    
15    AM_MAINTAINER_MODE
16    
17  AM_PROG_LIBTOOL  AM_PROG_LIBTOOL
18  AC_PROG_CXX  AC_PROG_CXX
19  AM_PROG_GCJ  AM_PROG_GCJ
20    
21  AC_CHECK_PROG([MOZILLA_CONFIG], [mozilla-config])  AC_CHECK_PROG( [MOZILLA_CONFIG], [mozilla-config], [/usr/bin/mozilla-config], [$PATH])
22    
23  AC_OUTPUT(Makefile)  AC_OUTPUT( \
24            Makefile \
25            src/Makefile \
26    )

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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