Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
b6df23d
for
configure
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2023-02-02T12:05:10Z (
22 months
ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
294b98d
,
d2394be
Parents:
2bd8f39
git-author:
dx <dx@…> (02-02-23 12:05:10)
git-committer:
GitHub <noreply@…> (02-02-23 12:05:10)
Message:
configure: fix single quotes in a C string when spoofing BITLBEE_VERSION (
#170
)
File:
1 edited
configure
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
configure
r2bd8f39
rb6df23d
844
844
echo "Spoofing version number: $BITLBEE_VERSION"
845
845
echo "#undef BITLBEE_VERSION" >> config.h
846
echo
"#define BITLBEE_VERSION '$BITLBEE_VERSION'"
>> config.h
846
echo
'#define BITLBEE_VERSION "'$BITLBEE_VERSION'"'
>> config.h
847
847
echo
848
848
fi
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive