Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
autoconf
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
certo
autoconf
Commits
1d19f8b4
Commit
1d19f8b4
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded autoconf to 2.71
parent
9f7c84b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
34 deletions
+8
-34
Makefile
Makefile
+8
-10
autoconf-2.69-tests.patch
autoconf-2.69-tests.patch
+0
-24
autoconf-2.69.tar.xz
autoconf-2.69.tar.xz
+0
-0
autoconf-2.71.tar.xz
autoconf-2.71.tar.xz
+0
-0
No files found.
Makefile
View file @
1d19f8b4
all
:
tar
xf autoconf-2.69.tar.xz
patch
-Np1
-d
autoconf-2.69 < autoconf-2.69-tests.patch
cd
autoconf-2.69
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
$(MAKE)
-C
autoconf-2.69
$(MAKE)
-C
autoconf-2.69
install
tar
xf autoconf-2.71.tar.xz
cd
autoconf-2.71
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
$(MAKE)
-C
autoconf-2.71
$(MAKE)
-C
autoconf-2.71
install
tests
:
# The test suite is currently broken by bash-5 and libtool-2.4.3
# if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
# $(MAKE) -C autoconf-2.69 check VERBOSE=yes PERL_USE_UNSAFE_INC=1 ; \
# fi
rm
-rf
autoconf-2.69
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
autoconf-2.71 check
VERBOSE
=
yes
PERL_USE_UNSAFE_INC
=
1
;
\
fi
rm
-rf
autoconf-2.71
autoconf-2.69-tests.patch
deleted
100644 → 0
View file @
9f7c84b1
diff -uNr autoconf-2.69/bin/autoscan.in autoconf-2.69-tests/bin/autoscan.in
--- autoconf-2.69/bin/autoscan.in 2012-04-25 02:37:26.000000000 +0000
+++ autoconf-2.69-tests/bin/autoscan.in 2017-12-11 16:10:24.212523193 +0000
@@ -358,7 +358,7 @@
{
# Strip out comments and variable references.
s/#.*//;
- s/\${[^\}]*}//g;
+ s/\$\{[^\}]*}//g;
s/@[^@]*@//g;
# Tokens in the code.
diff -uNr autoconf-2.69/tests/foreign.at autoconf-2.69-tests/tests/foreign.at
--- autoconf-2.69/tests/foreign.at 2012-03-07 17:35:26.000000000 +0000
+++ autoconf-2.69-tests/tests/foreign.at 2017-12-11 16:15:55.815318542 +0000
@@ -57,7 +57,7 @@
# Make sure at-path contains something valid, and let the test suite
# display it when verbose. And fail, skipping would too easily hide
# problems.
-AT_CHECK([sed -n ["s,^.*\`\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
+AT_CHECK([sed -n ["s,^[^']*[\`']\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
AT_CHECK([test -f "`sed -n 1p stdout`"])
# Older libtoolize installed everything but install-sh...
autoconf-2.69.tar.xz
deleted
100644 → 0
View file @
9f7c84b1
File deleted
autoconf-2.71.tar.xz
0 → 100644
View file @
1d19f8b4
File added
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