mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-10 14:58:21 +02:00
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
* Modified the AC_INIT invocation in 'configure.ac' so as not to break on RHEL 5.
This commit is contained in:
parent
433852598c
commit
1f78ac671e
@ -14374,3 +14374,6 @@
|
||||
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
||||
to break on RHEL 6.
|
||||
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
||||
to break on RHEL 5.
|
||||
|
@ -62,8 +62,6 @@ SUBDIRS = icons\
|
||||
utils\
|
||||
web
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -rf m4
|
||||
|
||||
|
@ -24,7 +24,6 @@ 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])])
|
||||
m4_ifdef([AC_CONFIG_MACRO_DIR],[AC_CONFIG_MACRO_DIR([m4])])
|
||||
|
||||
#
|
||||
# Some Fully Resolved Install Paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user