]> git.alsa-project.org Git - alsa-utils.git/commitdiff
0.3.1; fix for pack
authorJaroslav Kysela <perex@perex.cz>
Sat, 5 Jun 1999 09:38:26 +0000 (09:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 5 Jun 1999 09:38:26 +0000 (09:38 +0000)
Makefile.am
configure.in

index 88ea2adb136e5cfe8386a765f28eacf50c597de8..cca444e31ee2587c74cfd37ba86621f6f66e5fbf 100644 (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)
index 2e214c1d1a379910377b26377fb23bc83d8d444e..15700e726fd3759b241c7a0180f2a8ba8312cbdc 100644 (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