mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
add the --container config option so a ldconfig won't be installed into librarian.sh
This commit is contained in:
+1
-1
@@ -1458,7 +1458,7 @@ __AC_ELF_LIBRARIAN() {
|
||||
fi
|
||||
LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
|
||||
|
||||
if [ "$LDCONFIG" ]; then
|
||||
if [ "$LDCONFIG" -a -z "$CONTAINER" ]; then
|
||||
case `uname -s 2>/dev/null | $AC_UPPERCASE` in
|
||||
*BSD) # *BSD ldconfig, when passed a directory, blows away the
|
||||
# ld.so hints file and replaces it with one that's just
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
ac_help='--enable-amalloc Enable memory allocation debugging
|
||||
--with-tabstops=N Set tabstops to N characters (default is 4)
|
||||
--shared Build shared libraries (default is static)
|
||||
--container Build inside a container
|
||||
--pkg-config Install pkg-config(1) glue files
|
||||
--cxx-binding Install header files with c++ wrappers
|
||||
--github-checkbox[=input] Enable github-style checkboxes in lists
|
||||
@@ -36,6 +37,9 @@ locals() {
|
||||
--DEBIAN-GLITCH)
|
||||
echo DEBIAN_GLITCH=T
|
||||
;;
|
||||
--CONTAINER)
|
||||
echo CONTAINER=T
|
||||
;;
|
||||
--H1-TITLE)
|
||||
echo H1TITLE=T
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user