Modified code to allow running as an applet or standalone. It auto detects
whether to operate in applet mode based on the command line arguments. git-svn-id: https://samskivert.googlecode.com/svn/trunk@297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
dnl $Id: configure.in,v 1.3 2001/08/16 19:25:56 mdb Exp $
|
||||
dnl $Id: configure.in,v 1.4 2001/08/18 02:34:06 mdb Exp $
|
||||
dnl
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
@@ -34,12 +34,11 @@ AM_MAINTAINER_MODE
|
||||
AM_ACLOCAL_INCLUDE(macros)
|
||||
AC_ISC_POSIX
|
||||
|
||||
GNOME_INIT
|
||||
GNOME_INIT(applets)
|
||||
|
||||
dnl Check for programs
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_STDC
|
||||
AC_ARG_PROGRAM
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl this should come after `AC_PROG_CC'
|
||||
|
||||
Reference in New Issue
Block a user