Commit 75e51925 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

auto-build: autoconf configure script run from CWD

parent 1600e768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ profile ()
	local build pattern replace_cmd
	case "$1" in
		autotools)
			build='bash -c "autoreconf --install && configure && make dist"'
			build='bash -c "autoreconf --install && ./configure && make dist"'
			pattern='$(distdir).{tar{,.*},zip}'
			replace_cmd=_make_variable_replace
			;;