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], [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