Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. o "creating $dirpart/$file"
  2. echo '# dummy' > "$dirpart/$file"
  3. done
  4. done
  5. ;;
  6. esac
  7. done
  8. _ACEOF
  9.  
  10. cat >>$CONFIG_STATUS <<\_ACEOF
  11.  
  12. { (exit 0); exit 0; }
  13. _ACEOF
  14. chmod +x $CONFIG_STATUS
  15. ac_clean_files=$ac_clean_files_save
  16.  
  17.  
  18. # configure is writing to config.log, and then calls config.status.
  19. # config.status does its own redirection, appending to config.log.
  20. # Unfortunately, on DOS this fails, as config.log is still kept open
  21. # by configure, so config.status won't be able to write to it; its
  22. # output is simply discarded. So we exec the FD to /dev/null,
  23. # effectively closing config.log, so it can be properly (re)opened and
  24. # appended to by config.status. When coming back to configure, we
  25. # need to make the FD available again.
  26. if test "$no_create" != yes; then
  27. ac_cs_success=:
  28. ac_config_status_args=
  29. test "$silent" = yes &&
  30. ac_config_status_args="$ac_config_status_args --quiet"
  31. exec 5>/dev/null
  32. $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  33. exec 5>>config.log
  34. # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  35. # would make configure fail if this is the last instruction.
  36. $ac_cs_success || { (exit 1); exit 1; }
  37. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement