diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-10 17:59:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-10 17:59:37 +0000 |
commit | aeb81eb6e1895ebfdf11831b539d8049fcf7ae3d (patch) | |
tree | e9293573bbd789e11529a932e60c67ac8adb2a97 /Master/tlpkg/bin | |
parent | fef37481c4107816e7f6a0f400badd77baa7bbf1 (diff) |
configure update from john
git-svn-id: svn://tug.org/texlive/trunk@70552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 908131f116b..027e4bf30d2 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -66,10 +66,10 @@ elif test "x$1" = x--build; then fi rm -rf config.cache config.h config.log config.status errors.temp rm -rf /tmp/ainst autom4te.cache - ./configure --prefix=/tmp/ainst --disable-readline \ + ./configure --prefix=/tmp/ainst --enable-static \ --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \ --disable-fftw --disable-gl --disable-gsl --disable-lsp \ - --enable-texlive-build CFLAGS=-g CXXFLAGS=-std=c++17 #-ansi + --enable-texlive-build CFLAGS=-g CXXFLAGS=-std=c++11 make make check make install-prebuilt |