0.3.1; fix for pack

This commit is contained in:
Jaroslav Kysela 1999-06-05 09:38:26 +00:00
parent d6efdc3310
commit 55708f7849
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ rpm: dist
pack: clean-recursive
rm -f config.log config.cache config.status
rm -rf `find . -name ".deps"`
chown -R root.root ../alsa-utils
mv ../alsa-utils ../alsa-utils-$(VERSION)
tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)

View file

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(alsamixer/alsamixer.c)
AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE(alsa-utils, 0.3.0)
AM_INIT_AUTOMAKE(alsa-utils, 0.3.1)
dnl Checks for programs.
AC_PROG_CC