mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 16:49:17 +02:00
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
* Reverted changes to AC_INIT invocation for RHEL 5 compatibility.
This commit is contained in:
parent
1f78ac671e
commit
363faf1708
@ -14377,3 +14377,5 @@
|
||||
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
||||
to break on RHEL 5.
|
||||
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Reverted changes to AC_INIT invocation for RHEL 5 compatibility.
|
||||
|
@ -62,6 +62,8 @@ SUBDIRS = icons\
|
||||
utils\
|
||||
web
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -rf m4
|
||||
|
||||
|
@ -24,6 +24,7 @@ dnl AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_SUBST(RPM_RELEASE,1)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
#
|
||||
# Some Fully Resolved Install Paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user