www.nico.schottelius.org/software/gpm/browse_source/gpm-1.99.6/autogen.sh

12 lines
300 B
Bash
Raw Normal View History

#!/bin/sh -e
[ -d config ] || mkdir config
git-rev-parse --short HEAD > .gitversion
date +%Y%m%d\ %T\ %z > .releasedate
${ACLOCAL-aclocal} -I config
${LIBTOOLIZE-libtoolize} --force --copy
${AUTOHEADER-autoheader}
${AUTOMAKE-automake} --add-missing --copy 2> /dev/null || true
${AUTOCONF-autoconf}