Skip to content

Commit bd4dc88

Browse files
committed
Rebuild Configure from current metaconfig
Relevant changes: commit 5d3ffa97290d2d3d65a42a0ed8b69d945b661ee7 Author: H.Merijn Brand - Tux <[email protected]> Date: Sun May 29 15:30:33 2016 +0200 Finish.U isn't modified anymore All changes accepted by upstream. One down, 164 to go commit 5d805d83bd4663831594540ddadeeb6213d19736 Author: H.Merijn Brand - Tux <[email protected]> Date: Sat May 14 18:48:26 2016 +0200 Remove trailing whitespace on meta-lines in unit files This change has also been proposed as PR to dist upstream commit b9807b5fe3f4c97fa34e19b8a9b265f91f0e4aca Author: H.Merijn Brand - Tux <[email protected]> Date: Sat May 14 18:30:03 2016 +0200 Merged changes to Finish.U
1 parent 3ecb55d commit bd4dc88

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Configure

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25316,8 +25316,7 @@ Id='$Id'
2531625316
: Finish up by extracting the .SH files
2531725317
case "$alldone" in
2531825318
exit)
25319-
$rm -rf UU
25320-
echo "Extraction done."
25319+
echo "Stopping at your request, leaving temporary files around."
2532125320
exit 0
2532225321
;;
2532325322
cont)
@@ -25392,11 +25391,10 @@ the policy defaults.
2539225391

2539325392
EOM
2539425393
fi
25395-
if $test -f config.msg; then
25394+
if $test -f UU/config.msg; then
2539625395
echo "Hmm. I also noted the following information while running:"
2539725396
echo " "
25398-
$cat config.msg >&4
25399-
$rm -f config.msg
25397+
$cat UU/config.msg >&4
2540025398
fi
2540125399
$rm -f kit*isdone ark*isdone
2540225400
$rm -rf UU

config_h.SH

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
217217
#$d_getlogin HAS_GETLOGIN /**/
218218
219219
/* HAS_GETPGID:
220-
* This symbol, if defined, indicates to the C program that
220+
* This symbol, if defined, indicates to the C program that
221221
* the getpgid(pid) function is available to get the
222222
* process group id.
223223
*/
@@ -676,8 +676,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
676676
* This symbol holds the type used for the second argument to
677677
* getgroups() and setgroups(). Usually, this is the same as
678678
* gidtype (gid_t) , but sometimes it isn't.
679-
* It can be int, ushort, gid_t, etc...
680-
* It may be necessary to include <sys/types.h> to get any
679+
* It can be int, ushort, gid_t, etc...
680+
* It may be necessary to include <sys/types.h> to get any
681681
* typedef'ed information. This is only required if you have
682682
* getgroups() or setgroups()..
683683
*/

0 commit comments

Comments
 (0)