Changeset 1916


Ignore:
Timestamp:
Jan 14, 2017, 12:02:59 AM (8 years ago)
Author:
Silvan Scherrer
Message:

ncurses: adjust some configure bits

Location:
ncurses/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified ncurses/trunk/configure

    r1915 r1916  
    30473047        if test "$CXX" = "g++" ; then
    30483048                # Extract the first word of "g++", so it can be a program name with args.
    3049 set dummy g++; ac_word=$2
     3049set dummy g++${ac_exeext}; ac_word=$2
    30503050echo "$as_me:3060: checking for $ac_word" >&5
    30513051echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     
    35243524  ac_pt_PKG_CONFIG=$PKG_CONFIG
    35253525  # Extract the first word of "pkg-config", so it can be a program name with args.
    3526 set dummy pkg-config; ac_word=$2
     3526set dummy pkg-config; ac_word=$2${ac_exeext}
    35273527echo "$as_me:3537: checking for $ac_word" >&5
    35283528echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  • TabularUnified ncurses/trunk/mk-1st.awk

    r1915 r1916  
    345345                                        install_dll("$(libdir)",imp_name ".a");
    346346                                        install_dll("$(libdir)",imp_name ".lib");
     347                                        install_dll("$(libdir)",imp_name "_dll.a");
    347348
    348349                                } else {
     
    397398                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.a\n", imp_name
    398399                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.lib\n", imp_name
     400                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s_dll.a\n", imp_name
    399401
    400402                                } else {
Note: See TracChangeset for help on using the changeset viewer.