Index: build/build.sh ================================================================== --- build/build.sh +++ build/build.sh @@ -1,11 +1,7 @@ #! /bin/sh -find . -type f -name '.*.sw?' | xargs rm -f -find . -type f -name '.nfs*' | xargs rm -f -find . -type f -name '*~' | xargs rm -f - if [ "${SNAPSHOT}" = "1" ]; then sed "s@\(AC_INIT([^)]*\))@\1.${VERS})@" configure.ac > configure.ac.new cat configure.ac.new > configure.ac rm -f configure.ac.new fi Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -1,11 +1,11 @@ # This is the name of the utility, it will be prefixed to the tarball name UTIL="cackey" # This is the name of output files that should exist after configure # procedures. -BINS="libcackey.so" +BINS="" # This lists the name of files that are required to exist REQS="" # Version of utility, if empty it will be guessed. Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1,6 +1,6 @@ -AC_INIT(cackey, 0.7.8) +AC_INIT(cackey, 0.7.9) AC_CONFIG_HEADERS(config.h) dnl Locate standard tools AC_PROG_CC AC_PROG_MAKE_SET