| 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 |
| 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 |