2014-08-14 Fred Gleason <fredg@paravelsystems.com>

* Refactored the AM_INIT() invocation in 'configure.ac'.
This commit is contained in:
Fred Gleason 2014-08-14 14:51:31 -04:00
parent a22a193b40
commit e02e625950
2 changed files with 7 additions and 8 deletions

View File

@ -14307,3 +14307,5 @@
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Added 'AC_CONFIG_MACRO_DIR' invocation in 'configure.ac'.
* Added a 'maintainer-clean-local' target in 'Makefile.am'.
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Refactored the AM_INIT() invocation in 'configure.ac'.

View File

@ -1,12 +1,9 @@
4dnl configure.in
dnl configure.ac
dnl
dnl Autoconf configuration for Rivendell.
dnl Use autoconf to process this into a configure script
dnl
dnl (C) Copyright 2002-2007 Fred Gleason <fredg@paravelsystems.com>
dnl
dnl $Id: configure.in,v 1.247.6.14.2.1 2014/07/15 18:49:45 cvs Exp $
dnl $Date: 2014/07/15 18:49:45 $
dnl (C) Copyright 2002-2007,2014 Fred Gleason <fredg@paravelsystems.com>
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License version 2 as
@ -22,11 +19,11 @@ dnl License along with this program; if not, write to the Free Software
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl
AC_INIT(rivendell,`cat PACKAGE_VERSION`,Fred Gleason <fredg@paravelsystems.com>)
AM_INIT_AUTOMAKE(rivendell,`cat PACKAGE_VERSION`)
AC_INIT([rivendell],m4_esyscmd_s(echo PACKAGE_VERSION))
AM_INIT_AUTOMAKE
AC_SUBST(RPM_RELEASE,1)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AC_CONFIG_MACRO_DIR],[AC_CONFIG_MACRO_DIR([m4])])
#
# Some Fully Resolved Install Paths