diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-07-30 17:06:59 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-07-30 17:06:59 +0000 |
commit | 415aa2d55e7916e8ffc1896e6a7ac26d257a85a6 (patch) | |
tree | db96f4c4a8da7ff259f76285fb25e540e695e819 /gs/autogen.sh | |
parent | c734f9431f4b5a4080643a6a8d0a639f61cd7361 (diff) |
rollback to revision 11564, 11565 broke the build
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11572 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/autogen.sh')
-rwxr-xr-x | gs/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/autogen.sh b/gs/autogen.sh index edf07a4a0..733ec2c40 100755 --- a/gs/autogen.sh +++ b/gs/autogen.sh @@ -35,4 +35,4 @@ else echo "running ./configure $@" fi -$srcdir/configure $@ && echo +$srcdir/configure "$@" && echo |