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
42e28d20
Commit
42e28d20
authored
Feb 03, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stamp configure/configure.in for 7.2, already did register.txt and
bug.template.
parent
3de3e719
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
View file @
42e28d20
...
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
...
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
ac_configure
=
$ac_aux_dir
/configure
# This should be Cygnus configure.
VERSION
=
'7.2
rc2
'
VERSION
=
'7.2'
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define PG_VERSION "
$VERSION
"
#define PG_VERSION "
$VERSION
"
...
@@ -1481,7 +1481,7 @@ else
...
@@ -1481,7 +1481,7 @@ else
if
{
(
eval echo
configure:1482:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1482:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
for
file
in
conftest.
*
;
do
for
file
in
conftest.
*
;
do
case
$file
in
case
$file
in
*
.c
|
*
.
C
|
*
.
o
|
*
.obj
)
;;
*
.c
|
*
.o
|
*
.obj
)
;;
*
)
ac_cv_exeext
=
`
echo
$file
|
sed
-e
s/conftest//
`
;;
*
)
ac_cv_exeext
=
`
echo
$file
|
sed
-e
s/conftest//
`
;;
esac
esac
done
done
...
...
configure.in
View file @
42e28d20
...
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
...
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
AC_PREREQ(2.13)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_AUX_DIR(config)
VERSION='7.2
rc2
'
VERSION='7.2'
AC_SUBST(VERSION)
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
...
...
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