/[pkg-mixmaster]/trunk/Mix/configure.ac
ViewVC logotype

Diff of /trunk/Mix/configure.ac

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

revision 601 by dybbuk, Tue Oct 14 14:58:51 2003 UTC revision 602 by dybbuk, Tue Oct 14 15:11:46 2003 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  # $Id: configure.ac,v 1.2 2003/10/14 14:58:51 dybbuk Exp $  # $Id: configure.ac,v 1.3 2003/10/14 15:10:45 dybbuk Exp $
3  AC_INIT(Src/version.h)  AC_INIT(Src/version.h)
4  AC_CONFIG_AUX_DIR(etc)  AC_CONFIG_AUX_DIR(etc)
5  AM_INIT_AUTOMAKE(mixmaster, [3.08+cvs], mixmaster-devel@lists.sourceforge.net)  AM_INIT_AUTOMAKE(mixmaster, [3.08+cvs], mixmaster-devel@lists.sourceforge.net)
6  AC_CONFIG_HEADER([config.h])  AM_CONFIG_HEADER([config.h])
7    
8  dnl Find system type  dnl Find system type
9  AC_CANONICAL_HOST  AC_CANONICAL_HOST
# Line 22  AC_PROG_LN_S Line 22  AC_PROG_LN_S
22  AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
23  AC_PROG_RANLIB  AC_PROG_RANLIB
24  AC_PROG_CPP  AC_PROG_CPP
25    AC_PROG_YACC
26    
27  # These are all Windows libraries -- autoscan said we'd need them, but  # These are all Windows libraries -- autoscan said we'd need them, but
28  # I have no Windows machine to test these on, so this undoubtedly is  # I have no Windows machine to test these on, so this undoubtedly is

Legend:
Removed from v.601  
changed lines
  Added in v.602

  ViewVC Help
Powered by ViewVC 1.1.5