From c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 16 Oct 2008 15:00:00 +0200 Subject: removed the "bs" build scripts autotools are somewhat ugly, but that doesn't justify duplicating its effort with another complex build system. --- bs/pkginfo.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 bs/pkginfo.sh (limited to 'bs/pkginfo.sh') diff --git a/bs/pkginfo.sh b/bs/pkginfo.sh deleted file mode 100755 index f04dded8f..000000000 --- a/bs/pkginfo.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# sourcing this defines the folling variables: -# p: package, v: version, b: bugreport email, pv: protocol version - -script=' -/^AC_INIT\(/ { - gsub("[() ]","",$0); - gsub("AC_INIT","",$1); - print "p="$1; - print "v="$2; - print "b="$3; -} -/^AC_DEFINE\(PROTOCOL_VERSION, / { - gsub("[\" ]", "", $2); - print "pv="$2; -} -' - -eval $(awk -F, "$script" < configure.ac) -- cgit v1.2.3