/[pspp]/psppire/configure.ac
ViewVC logotype

Diff of /psppire/configure.ac

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

revision 1.5 by jmd, Thu Nov 3 04:52:28 2005 UTC revision 1.6 by jmd, Sat Nov 12 07:52:05 2005 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  AC_INIT(psppire, 0.1)
4  AM_INIT_AUTOMAKE(psppire, 0.1)  AM_INIT_AUTOMAKE
5    AC_CONFIG_SRCDIR(src/var_sheet.c)
6    
7    
8  AC_CONFIG_HEADERS(psppire-conf.h)  AC_CONFIG_HEADERS(psppire-conf.h)
9  AM_MAINTAINER_MODE  AM_MAINTAINER_MODE
10    
# Line 18  PKG_CHECK_MODULES(GLADE, libglade-2.0) Line 21  PKG_CHECK_MODULES(GLADE, libglade-2.0)
21  AC_SUBST(PACKAGE_CFLAGS)  AC_SUBST(PACKAGE_CFLAGS)
22  AC_SUBST(PACKAGE_LIBS)  AC_SUBST(PACKAGE_LIBS)
23    
24    
25  AH_BOTTOM([#include <pref.h>])  AH_BOTTOM([#include <pref.h>])
26    
27  AC_OUTPUT([  AC_OUTPUT([

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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