comparison graphics/graphviz/graphviz.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
115 LDFLAGS="$LDFLAGS" \ 115 LDFLAGS="$LDFLAGS" \
116 LIBS="$LIBS" \ 116 LIBS="$LIBS" \
117 ./configure \ 117 ./configure \
118 --build=$CBUILD \ 118 --build=$CBUILD \
119 --host=$CHOST \ 119 --host=$CHOST \
120 --prefix= \ 120 --prefix=/usr \
121 --libdir=/lib \ 121 --libdir=/lib \
122 --disable-tcl \ 122 --disable-tcl \
123 --disable-ltdl-install \ 123 --disable-ltdl-install \
124 --without-included-ltdl \ 124 --without-included-ltdl \
125 --without-qt \ 125 --without-qt \