Page MenuHomeFreeBSD

openssh: use '' instead of `' in config.h
ClosedPublic

Authored by emaste on Jul 2 2024, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 4:56 PM
Unknown Object (File)
Fri, Jan 10, 10:02 PM
Unknown Object (File)
Fri, Jan 10, 6:34 PM
Unknown Object (File)
Sat, Jan 4, 4:48 AM
Unknown Object (File)
Mon, Dec 30, 7:13 AM
Unknown Object (File)
Dec 6 2024, 11:56 AM
Unknown Object (File)
Oct 25 2024, 8:42 PM
Unknown Object (File)
Oct 15 2024, 4:06 PM
Subscribers

Details

Summary
Follow autoconf commit 64df9b4523fe ("Autoconf now quotes 'like this'
instead of `like this'") to minimize diffs on the next OpenSSH update
and config.h regen.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Jul 2 2024, 7:43 PM
emaste created this revision.

I'm looking at bringing in OpenSSH 9.8p1 and the newly generated config.h had changes on all of these lines, so apply this change in isolation first.

philip added a subscriber: philip.

This looks good. Likely a side effect of a different auto* version.

This revision is now accepted and ready to land.Jul 3 2024, 5:45 AM
This revision was automatically updated to reflect the committed changes.