From 6ed168ff814db8f9bcaad6f2e218fb2bbacbdb1c Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Wed, 28 May 2008 11:19:25 +0000 Subject: SVN revision number is now automatically generated in "revision.h". The old patchlevel information is no longer used, and is deprecated in unit files, replaced by . git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af --- mcon/pl/configure.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mcon/pl/configure.pl') diff --git a/mcon/pl/configure.pl b/mcon/pl/configure.pl index f78925f..a5aed29 100644 --- a/mcon/pl/configure.pl +++ b/mcon/pl/configure.pl @@ -110,7 +110,9 @@ sub process_command { s//$package/g; s//$maintloc/g; s//$version/g; # This is metaconfig's version - s//$patchlevel/g; # And patchlevel information + s//$revision/g; # And revision information + warn "\"$file\": usage of is deprecated\n" + if s//$patchlevel/g; s//$date/g; s//$baserev/g; s/<\$(\w+)>/eval("\$$1")/ge; # <$var> -> $var substitution -- cgit v1.2.3