Minor autoconf build fixes:

Fixed BUILDDIR in config/*
Added missing " to ZFS_AC_SCRIPT_CONFIG macro
Removed autoconf/Makefile
This commit is contained in:
Brian Behlendorf
2008-11-24 11:56:48 -08:00
parent 22b47b5536
commit 536640fe29
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ NAME=zfs
BRANCH=`awk '/[Bb]ranch:/ {print $$2}' META`
VERSION=`awk '/[Vv]ersion:/ {print $$2}' META`
RELEASE=`awk '/[Rr]elease:/ {print $$2}' META`
BUILDDIR=$NAME+$CONFIG
BUILDDIR=$NAME #+$CONFIG