Skip to content

Commit

Permalink
Added missing escapes to x11/aclocal.m4, per Thomas Dickey's comment at
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Mar 13, 2024
1 parent 5cef1e3 commit 62582e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Defined by this header:
#define PDC_VER_CHANGE 0
#define PDC_VER_YEAR 2024
#define PDC_VER_MONTH 03
#define PDC_VER_DAY 11
#define PDC_VER_DAY 13

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
4 changes: 2 additions & 2 deletions x11/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
CC2O="-o $"'@'
AC_MSG_RESULT(yes)
else
O2SAVE="-mv \`basename "$'@'" .sho\`.o \`basename "$'@'" .sho\`.o.save;"
SAVE2O="-mv \`basename "$'@'" .sho\`.o "$'@'"; mv \`basename "$'@'" .sho\`.o.save \`basename "$'@'" .sho\`.o"
O2SAVE="-mv \`basename "\$'@'" .sho\`.o \`basename "\$'@'" .sho\`.o.save;"
SAVE2O="-mv \`basename "\$'@'" .sho\`.o "\$'@'"; mv \`basename "\$'@'" .sho\`.o.save \`basename "\$'@'" .sho\`.o"
CC2O=""
AC_MSG_RESULT(no)
fi
Expand Down

0 comments on commit 62582e4

Please sign in to comment.