Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6c93fe8f
Commit
6c93fe8f
authored
Jul 30, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in cleanup from sco install.
parent
bcc883fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/configure
src/configure
+3
-3
src/configure.in
src/configure.in
+1
-1
No files found.
src/configure
View file @
6c93fe8f
...
@@ -1021,7 +1021,7 @@ echo "$ac_t""$CPP" 1>&6
...
@@ -1021,7 +1021,7 @@ echo "$ac_t""$CPP" 1>&6
HAVECXX
=
'HAVE_Cplusplus=false'
HAVECXX
=
'HAVE_Cplusplus=false'
for
ac_prog
in
ginstall installbsd
install
bsdinst
for
ac_prog
in
ginstall installbsd
bsdinst scoinst
install
do
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
...
@@ -1036,7 +1036,7 @@ else
...
@@ -1036,7 +1036,7 @@ else
;;
;;
*
)
*
)
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
for
ac_dir
in
NONE
$ac_dummy
;
do
for
ac_dir
in
$PATH
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_path_INSTALL
=
"
$ac_dir
/
$ac_word
"
ac_cv_path_INSTALL
=
"
$ac_dir
/
$ac_word
"
...
@@ -1056,7 +1056,7 @@ fi
...
@@ -1056,7 +1056,7 @@ fi
test
-n
"
$INSTALL
"
&&
break
test
-n
"
$INSTALL
"
&&
break
done
done
test
-n
"
$INSTALL
"
||
INSTALL
=
"
scoinst
"
test
-n
"
$INSTALL
"
||
INSTALL
=
"
NONE
"
if
test
$INSTALL
=
"NONE"
if
test
$INSTALL
=
"NONE"
then
then
...
...
src/configure.in
View file @
6c93fe8f
...
@@ -259,7 +259,7 @@ dnl AC_SUBST(HAVECXX)
...
@@ -259,7 +259,7 @@ dnl AC_SUBST(HAVECXX)
dnl ****************************************************************
dnl ****************************************************************
HAVECXX='HAVE_Cplusplus=false'
HAVECXX='HAVE_Cplusplus=false'
AC_SUBST(HAVECXX)
AC_SUBST(HAVECXX)
AC_PATH_PROGS(INSTALL, ginstall installbsd
install bsdinst, scoinst
, NONE, $PATH)
AC_PATH_PROGS(INSTALL, ginstall installbsd
bsdinst scoinst install
, NONE, $PATH)
if test $INSTALL = "NONE"
if test $INSTALL = "NONE"
then
then
echo "- No Install Script found - aborting."
echo "- No Install Script found - aborting."
...
...
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