Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

38 rindas
506 B

  1. dnl
  2. dnl Configure script for a Lol Engine project
  3. dnl
  4. AC_INIT(roflmao, 0.0)
  5. dnl
  6. dnl Standard autoconf setup and tools requirements
  7. dnl
  8. AC_PREREQ(2.50)
  9. AC_CONFIG_AUX_DIR(.auto)
  10. AC_CANONICAL_SYSTEM
  11. AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
  12. AM_DEFAULT_VERBOSITY=0
  13. AC_PROG_CXX
  14. AM_PROG_LIBTOOL
  15. AC_LIBTOOL_CXX
  16. AC_CONFIG_FILES(
  17. [Makefile
  18. roflmao/Makefile
  19. ])
  20. dnl
  21. dnl Inherit all Lol Engine checks
  22. dnl
  23. LOL_AC_SUBPROJECT()
  24. dnl
  25. dnl Perform the actual commands
  26. dnl
  27. AC_OUTPUT