mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-10 14:58:21 +02:00
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'.
This commit is contained in:
parent
6532b723b2
commit
a22a193b40
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@ depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4
|
||||
make_slack
|
||||
missing
|
||||
Makefile.in
|
||||
|
@ -14304,3 +14304,6 @@
|
||||
* Amalgamated INCLUDE Makefile entries into AM_CPPFLAGS.
|
||||
* Added '-Wno-portability' to the invocation of 'automake' in
|
||||
'autogen.sh'.
|
||||
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'.
|
||||
|
@ -62,6 +62,11 @@ SUBDIRS = icons\
|
||||
utils\
|
||||
web
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -rf m4
|
||||
|
||||
install-exec-local:
|
||||
./install-init.sh $(DESTDIR)$(prefix)
|
||||
|
||||
|
@ -26,6 +26,7 @@ AC_INIT(rivendell,`cat PACKAGE_VERSION`,Fred Gleason <fredg@paravelsystems.com>)
|
||||
AM_INIT_AUTOMAKE(rivendell,`cat PACKAGE_VERSION`)
|
||||
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