This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16-epplets.

View the commit online.

commit f96b9c3b66d50a25c15caa14c8e11aa86f52360a
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Dec 9 21:08:03 2023 +0100

    autofoo: Drop pkg_revision, cleanups
---
 configure.ac | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6d63d3b..7610a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,18 +1,13 @@
-m4_define([pkg_version],  [0.17])
-#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],[0.17],[enlightenment-devel@lists.sourceforge.net])
 AM_INIT_AUTOMAKE([foreign dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_SUBST(E_RPM_REVISION, [rpm_revision])
+AC_USE_SYSTEM_EXTENSIONS
 
 AC_PROG_CC
-AC_PROG_CPP
+AC_PROG_INSTALL
 
 define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
@@ -20,8 +15,6 @@ define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
 AC_ENABLE_SHARED
 LT_INIT
 
-AC_PROG_INSTALL
-
 PKG_PROG_PKG_CONFIG
 
 dnl# Look for needed programs

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to