Autofoo update (AC_PROG_LIBTOOL -> LT_INIT).

Also tidy up a bit in Makefile.am.
This commit is contained in:
Kim Woelders 2014-02-16 10:34:45 +01:00
parent 3ae4a353ae
commit 4329400927
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([e16-epplets],[pkg_version],[enlightenment-devel@lists.sourceforge.net])
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