sedlibcf.inp 941 B

1234567891011121314151617181920212223
  1. # -sedlibcf.inp-----------------------------------------------------------
  2. # Configuration script for lib/Makefile.in under DJGPP v2.x
  3. #
  4. # This script is run by config.bat to account for renaming of
  5. # files whose names are invalid on DOS 8+3 filesystems.
  6. # ----------------------------------------------------------------------
  7. #
  8. # Copyright (C) 2011-2012 Free Software Foundation, Inc.
  9. #
  10. # This file is part of GNU Emacs.
  11. #
  12. # This file is free software; as a special exception, the author gives
  13. # unlimited permission to copy and/or distribute it, with or without
  14. # modifications, as long as this notice is preserved.
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  19. #
  20. # ----------------------------------------------------------------------
  21. s/c++defs/cxxdefs/g
  22. s/\([a-zA-Z0-9_]*\)\.in\.h/\1.in-h/g