kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-epplets.git/commit/?id=4329400927e45d2b911f2b44a263c0c23192e79f
commit 4329400927e45d2b911f2b44a263c0c23192e79f Author: Kim Woelders <[email protected]> Date: Sun Feb 16 10:34:45 2014 +0100 Autofoo update (AC_PROG_LIBTOOL -> LT_INIT). Also tidy up a bit in Makefile.am. --- Makefile.am | 7 +++---- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 848c5ae..39f7004 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,7 @@ SUBDIRS = api epplets #EXTRA_DIST = -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.* configure depcomp \ - install-sh ltmain.sh missing */Makefile.in m4/*.m4 +MAINTAINERCLEANFILES = \ + Makefile.in aclocal.m4 compile config.* configure depcomp \ + install-sh ltmain.sh missing */Makefile.in m4/*.m4 -changelog: - cvs2cl -l "-d>20050101" --gmt --separate-header --tagdates --no-indent diff --git a/configure.ac b/configure.ac index b3ae7e5..e8533e4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ m4_define([pkg_revision], [000]) m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version])) m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1])) -AC_INIT([e16-epplets], [pkg_version], [[email protected]]) +AC_INIT([e16-epplets],[pkg_version],[[email protected]]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) @@ -25,7 +25,7 @@ define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl AC_ENABLE_SHARED -AC_PROG_LIBTOOL +LT_INIT AC_PROG_INSTALL --
