Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
a4389542
Unverified
Commit
a4389542
authored
Feb 10, 2021
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pic
parent
b7f4e409
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
35 deletions
+34
-35
configure
+33
-34
configure.ac
+1
-1
No files found.
configure
View file @
a4389542
...
...
@@ -747,8 +747,8 @@ ac_subst_files=''
ac_user_opts
=
'
enable_option_checking
enable_shared
enable_static
with_pic
enable_static
enable_fast_install
with_aix_soname
with_gnu_ld
...
...
@@ -9361,6 +9361,34 @@ fi
# Check whether --with-pic was given.
if
test
"
${
with_pic
+set
}
"
=
set
;
then
:
withval
=
$with_pic
;
lt_p
=
${
PACKAGE
-default
}
case
$withval
in
yes|no
)
pic_mode
=
$withval
;;
*
)
pic_mode
=
default
# Look at the argument we got. We use all the common list separators.
lt_save_ifs
=
$IFS
;
IFS
=
$IFS$PATH_SEPARATOR
,
for
lt_pkg
in
$withval
;
do
IFS
=
$lt_save_ifs
if
test
"X
$lt_pkg
"
=
"X
$lt_p
"
;
then
pic_mode
=
yes
fi
done
IFS
=
$lt_save_ifs
;;
esac
else
pic_mode
=
yes
fi
enable_dlopen
=
no
...
...
@@ -9402,35 +9430,6 @@ fi
# Check whether --with-pic was given.
if
test
"
${
with_pic
+set
}
"
=
set
;
then
:
withval
=
$with_pic
;
lt_p
=
${
PACKAGE
-default
}
case
$withval
in
yes|no
)
pic_mode
=
$withval
;;
*
)
pic_mode
=
default
# Look at the argument we got. We use all the common list separators.
lt_save_ifs
=
$IFS
;
IFS
=
$IFS$PATH_SEPARATOR
,
for
lt_pkg
in
$withval
;
do
IFS
=
$lt_save_ifs
if
test
"X
$lt_pkg
"
=
"X
$lt_p
"
;
then
pic_mode
=
yes
fi
done
IFS
=
$lt_save_ifs
;;
esac
else
pic_mode
=
default
fi
# Check whether --enable-fast-install was given.
if
test
"
${
enable_fast_install
+set
}
"
=
set
;
then
:
enableval
=
$enable_fast_install
;
p
=
${
PACKAGE
-default
}
...
...
@@ -19069,8 +19068,8 @@ delay_variable_subst='$delay_variable_subst'
macro_version='`
$ECHO
"
$macro_version
" |
$SED
"
$delay_single_quote_subst
"`'
macro_revision='`
$ECHO
"
$macro_revision
" |
$SED
"
$delay_single_quote_subst
"`'
enable_shared='`
$ECHO
"
$enable_shared
" |
$SED
"
$delay_single_quote_subst
"`'
enable_static='`
$ECHO
"
$enable_static
" |
$SED
"
$delay_single_quote_subst
"`'
pic_mode='`
$ECHO
"
$pic_mode
" |
$SED
"
$delay_single_quote_subst
"`'
enable_static='`
$ECHO
"
$enable_static
" |
$SED
"
$delay_single_quote_subst
"`'
enable_fast_install='`
$ECHO
"
$enable_fast_install
" |
$SED
"
$delay_single_quote_subst
"`'
shared_archive_member_spec='`
$ECHO
"
$shared_archive_member_spec
" |
$SED
"
$delay_single_quote_subst
"`'
SHELL='`
$ECHO
"
$SHELL
" |
$SED
"
$delay_single_quote_subst
"`'
...
...
@@ -20064,12 +20063,12 @@ macro_revision=$macro_revision
# Whether or not to build shared libraries.
build_libtool_libs=
$enable_shared
# Whether or not to build static libraries.
build_old_libs=
$enable_static
# What type of objects to build.
pic_mode=
$pic_mode
# Whether or not to build static libraries.
build_old_libs=
$enable_static
# Whether or not to optimize for fast installation.
fast_install=
$enable_fast_install
...
...
configure.ac
View file @
a4389542
...
...
@@ -55,7 +55,7 @@ dnl AC_MSG_RESULT(ok)
AC_PROG_INSTALL
dnl disable shared libraries, they break the build on MacOS... sigh
LT_INIT([disable-shared])
LT_INIT([disable-shared
pic-only
])
AC_SUBST(LIBTOOL_DEPS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment