faubackup configure.ac,NONE,1.1 NEWS,NONE,1.1 Makefile.am,1.1,1.2 Makefile,1.11,NONE

[email protected]
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup
In directory sc8-pr-cvs1:/tmp/cvs-serv4891

Modified Files:
	Makefile.am 
Added Files:
	configure.ac NEWS 
Removed Files:
	Makefile 
Log Message:
use autoconf


--- NEW FILE: configure.ac ---
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.58)
AC_INIT(FauBackup, 0.5.6, [email protected])
AC_CONFIG_SRCDIR([src/faubackup-scatter.c])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE

# Checks for programs.
AC_PROG_CC

# Checks for libraries.

# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h netinet/in.h stdlib.h string.h unistd.h utime.h])

# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_MODE_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_STRUCT_TM

# Checks for library functions.
AC_FUNC_CHOWN
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_LSTAT
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_STAT
AC_FUNC_UTIME_NULL
AC_CHECK_FUNCS([lchown mkdir strerror strstr strtol utime])

# Checks for system services.
AC_SYS_LARGEFILE

AC_CONFIG_FILES([Makefile
                 doc/Makefile
                 src/Makefile])
AC_OUTPUT

--- NEW FILE: NEWS ---
0.5.6:

FauBackup now uses automake.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/faubackup/faubackup/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am	10 Dec 2003 21:32:45 -0000	1.1
--- Makefile.am	11 Dec 2003 00:14:05 -0000	1.2
***************
*** 2,4 ****
  SUBDIRS = doc src
  
! dist_sysconfdir_DATA = faubackup.conf
--- 2,8 ----
  SUBDIRS = doc src
  
! dist_sysconf_DATA = faubackup.conf
! 
! # ChangeLog is automatically generated
! dist-hook:
! 	rcs2log > ChangeLog

--- Makefile DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.