Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39f31873
Commit
39f31873
authored
Mar 27, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* autogen/update_autogen: Pass -f to autoreconf.
parent
42e85a8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
autogen/update_autogen
autogen/update_autogen
+1
-1
No files found.
ChangeLog
View file @
39f31873
2011-03-28 Glenn Morris <rgm@gnu.org>
* autogen/update_autogen: Pass -f to autoreconf.
* autogen.sh (get_version): Discard "not found" lines.
(check_version): Respect $AUTOCONF etc environment variables.
...
...
autogen/update_autogen
View file @
39f31873
...
...
@@ -126,7 +126,7 @@ done < $tempfile
echo
"Running autoreconf..."
autoreconf
-i
-I
m4 2>|
$tempfile
autoreconf
-f
-i
-I
m4 2>|
$tempfile
retval
=
$?
...
...
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