Update of /cvsroot/mailman/mailman
In directory usw-pr-cvs1:/tmp/cvs-serv25954
Modified Files:
configure configure.in
Log Message:
Heh, src/alias-wrapper.c is gone now and configure depended on it, so
that broke it! Use src/common.h now.
Index: configure
===================================================================
RCS file: /cvsroot/mailman/mailman/configure,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -d -r2.22 -r2.23
*** configure 14 Mar 2002 19:10:44 -0000 2.22
--- configure 17 Mar 2002 00:52:04 -0000 2.23
***************
*** 1,5 ****
#! /bin/sh
! # From configure.in Revision: 2.22
# Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
#! /bin/sh
! # From configure.in Revision: 2.23
# Guess values for system-dependent variables and create Makefiles.
***************
*** 471,475 ****
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
! ac_unique_file=src/alias-wrapper.c
# Find the source files, if location was not specified.
--- 471,475 ----
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
! ac_unique_file=src/common.h
# Find the source files, if location was not specified.
Index: configure.in
===================================================================
RCS file: /cvsroot/mailman/mailman/configure.in,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -d -r2.23 -r2.24
*** configure.in 14 Mar 2002 19:10:44 -0000 2.23
--- configure.in 17 Mar 2002 00:52:04 -0000 2.24
***************
*** 18,22 ****
AC_REVISION($Revision$)
AC_PREREQ(2.0)
! AC_INIT(src/alias-wrapper.c)
--- 18,22 ----
AC_REVISION($Revision$)
AC_PREREQ(2.0)
! AC_INIT(src/common.h)
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins