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

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

View the commit online.

commit 0a74b1b63aec98ff11eff80938e3358128c26350
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Dec 8 15:36:48 2023 +0100

    autofoo: Drop pkg_revision
    
    No longer used elsewhere.
---
 configure.ac | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 131f637..4a89589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,16 +1,9 @@
-m4_define([pkg_version],  [0.9])
-#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-keyedit],[pkg_version],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([e16-keyedit],[0.9],[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
 
 dnl Checks for programs.

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

Reply via email to