muddleftpd-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd


From: Joerg Jaspert
Subject: [Muddleftpd-cvs] CVSROOT: /cvsroot/muddleftpd
Date: Thu, 06 Nov 2003 11:57:05 -0500

Module name:    muddleftpd
Branch:         dev-ganneff-autotools
Changes by:     Joerg Jaspert <address@hidden>  03/11/06 11:57:05
Reply-to: address@hidden

CVSROOT:        /cvsroot/muddleftpd
Module name:    muddleftpd
Branch:         dev-ganneff-autotools
Changes by:     Joerg Jaspert <address@hidden>  03/11/06 11:57:05

Modified files:
        .              : configure.ac Makefile.am 

Log message:
        Enable Maintainer Mode, add doc/

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/configure.ac.diff?only_with_tag=dev-ganneff-autotools&tr1=1.4.4.2&tr2=1.4.4.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/Makefile.am.diff?only_with_tag=dev-ganneff-autotools&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: muddleftpd/Makefile.am
diff -c muddleftpd/Makefile.am:1.1.2.1 muddleftpd/Makefile.am:1.1.2.2
*** muddleftpd/Makefile.am:1.1.2.1      Sat Oct 26 17:59:09 2002
--- muddleftpd/Makefile.am      Thu Nov  6 11:57:04 2003
***************
*** 1,5 ****
  # Makefile.am: help build sources on mulitiple architectures 
! # $Id: Makefile.am,v 1.1.2.1 2002/10/26 21:59:09 ganneff Exp $
  
  # Copyright (C) 2002 Muddleftpd Team, http://www.nongnu.org/muddleftpd/
  #  
--- 1,5 ----
  # Makefile.am: help build sources on mulitiple architectures 
! # $Id: Makefile.am,v 1.1.2.2 2003/11/06 16:57:04 ganneff Exp $
  
  # Copyright (C) 2002 Muddleftpd Team, http://www.nongnu.org/muddleftpd/
  #  
***************
*** 17,28 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
- ## doc not added, Beau is working on new Documenation. Until enough from
- ## that is in CVS to have a makefile we dont have docu. :)
- 
  AUTOMAKE_OPTIONS = dist-shar dist-zip dist-tarZ
  
! SUBDIRS = src modules
  
  @address@hidden:
  @MAINT@       ${MAKE} distcheck
--- 17,25 ----
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
  AUTOMAKE_OPTIONS = dist-shar dist-zip dist-tarZ
  
! SUBDIRS = src modules doc
  
  @address@hidden:
  @MAINT@       ${MAKE} distcheck
Index: muddleftpd/configure.ac
diff -c muddleftpd/configure.ac:1.4.4.2 muddleftpd/configure.ac:1.4.4.3
*** muddleftpd/configure.ac:1.4.4.2     Thu Nov  6 11:26:16 2003
--- muddleftpd/configure.ac     Thu Nov  6 11:57:04 2003
***************
*** 1,10 ****
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(mailfilter, 1.3.13.1, address@hidden)
  AM_INIT_AUTOMAKE(mailfilter, 1.3.13.1)
  AC_PREREQ(2.57)
! AC_REVISION($Revision: 1.4.4.2 $)
  AC_COPYRIGHT(Copyright (C) 2003 Muddleftpd Team)
  
  AC_CONFIG_SRCDIR([src/acl.c])
  AC_CONFIG_HEADER(config.h)
  
--- 1,13 ----
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(mailfilter, 1.3.13.1, address@hidden)
  AM_INIT_AUTOMAKE(mailfilter, 1.3.13.1)
+ 
  AC_PREREQ(2.57)
! AC_REVISION($Revision: 1.4.4.3 $)
  AC_COPYRIGHT(Copyright (C) 2003 Muddleftpd Team)
  
+ AM_MAINTAINER_MODE
+ 
  AC_CONFIG_SRCDIR([src/acl.c])
  AC_CONFIG_HEADER(config.h)
  
***************
*** 112,118 ****
        noconfigincludes=1
  )
  
! AC_PATH_PROGS(MYSQL_CONFIG, mysql_config, mysql_config, $PATH:/usr/local/bin)
  
  if test -x "$MYSQL_CONFIG"
  then
--- 115,123 ----
        noconfigincludes=1
  )
  
! if test "$authmysql" != no; then
!    AC_PATH_PROGS(MYSQL_CONFIG, mysql_config, mysql_config, 
$PATH:/usr/local/bin)
! fi
  
  if test -x "$MYSQL_CONFIG"
  then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]