mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Regenerated.
This commit is contained in:
7
doc/configure
vendored
7
doc/configure
vendored
@@ -521,8 +521,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
PACKAGE=gperf
|
||||||
|
|
||||||
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
||||||
echo "configure:526: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
echo "configure:528: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
||||||
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
||||||
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@@ -559,7 +561,7 @@ fi
|
|||||||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
||||||
# ./install, which can be erroneously created by make from ./install.sh.
|
# ./install, which can be erroneously created by make from ./install.sh.
|
||||||
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
||||||
echo "configure:563: checking for a BSD compatible install" >&5
|
echo "configure:565: checking for a BSD compatible install" >&5
|
||||||
if test -z "$INSTALL"; then
|
if test -z "$INSTALL"; then
|
||||||
if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'cl_cv_path_install'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@@ -755,6 +757,7 @@ s%@includedir@%$includedir%g
|
|||||||
s%@oldincludedir@%$oldincludedir%g
|
s%@oldincludedir@%$oldincludedir%g
|
||||||
s%@infodir@%$infodir%g
|
s%@infodir@%$infodir%g
|
||||||
s%@mandir@%$mandir%g
|
s%@mandir@%$mandir%g
|
||||||
|
s%@PACKAGE@%$PACKAGE%g
|
||||||
s%@SET_MAKE@%$SET_MAKE%g
|
s%@SET_MAKE@%$SET_MAKE%g
|
||||||
s%@INSTALL@%$INSTALL%g
|
s%@INSTALL@%$INSTALL%g
|
||||||
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
||||||
|
|||||||
10
src/configure
vendored
10
src/configure
vendored
@@ -1102,7 +1102,7 @@ fi
|
|||||||
|
|
||||||
echo $ac_n "checking for working throw()""... $ac_c" 1>&6
|
echo $ac_n "checking for working throw()""... $ac_c" 1>&6
|
||||||
echo "configure:1105: checking for working throw()" >&5
|
echo "configure:1105: checking for working throw()" >&5
|
||||||
if eval "test \"`echo '$''{'gp_cxx_throw_decl'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'gp_cv_cxx_throw_decl'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
@@ -1125,12 +1125,12 @@ int main() {
|
|||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:1127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:1127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
gp_cxx_throw_decl=yes
|
gp_cv_cxx_throw_decl=yes
|
||||||
else
|
else
|
||||||
echo "configure: failed program was:" >&5
|
echo "configure: failed program was:" >&5
|
||||||
cat conftest.$ac_ext >&5
|
cat conftest.$ac_ext >&5
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
gp_cxx_throw_decl=no
|
gp_cv_cxx_throw_decl=no
|
||||||
fi
|
fi
|
||||||
rm -f conftest*
|
rm -f conftest*
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
@@ -1143,8 +1143,8 @@ cross_compiling=$ac_cv_prog_cc_cross
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$ac_t""$gp_cxx_throw_decl" 1>&6
|
echo "$ac_t""$gp_cv_cxx_throw_decl" 1>&6
|
||||||
if test $gp_cxx_throw_decl = yes; then
|
if test $gp_cv_cxx_throw_decl = yes; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define HAVE_THROW_DECL 1
|
#define HAVE_THROW_DECL 1
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user