mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-13 07:07:48 +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>
|
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
* Modified the AC_INIT invocation in 'configure.ac' so as not
|
||||||
to break on RHEL 6.
|
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\
|
utils\
|
||||||
web
|
web
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -rf m4
|
rm -rf m4
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ dnl AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
|||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_SUBST(RPM_RELEASE,1)
|
AC_SUBST(RPM_RELEASE,1)
|
||||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
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
|
# Some Fully Resolved Install Paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user