Guest User

Untitled

a guest
Oct 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. --- configure.in.def 2009-05-23 11:48:40.000000000 +0200
  2. +++ configure.in 2009-05-23 11:49:29.000000000 +0200
  3. @@ -3,8 +3,8 @@
  4.  
  5. #AC_PREREQ(2.59)
  6. AC_INIT(irssi-python, test3, loafier@gmail.com)
  7. -AC_CONFIG_SRCDIR([src/pyconstants.c])
  8. -AC_CONFIG_HEADER([pyirssi-config.h])
  9. +AC_CONFIG_SRCDIR([src/pycore.c])
  10. +AM_CONFIG_HEADER(pyirssi-config.h)
  11. AM_INIT_AUTOMAKE([irssi-python], [test3])
  12. AM_DISABLE_STATIC
  13. AM_PROG_LIBTOOL
  14. @@ -63,5 +63,5 @@
  15. #AC_CONFIG_FILES([src/Makefile src/objects/Makefile])
  16. #AC_OUTPUT([Makefile src/Makefile src/objects/Makefile])
  17. #AC_OUTPUT([Makefile src/Makefile src/objects/Makefile])
  18. -AC_CONFIG_FILES([Makefile scripts/Makefile docs/Makefile src/Makefile src/objects/Makefile])
  19. +AC_CONFIG_FILES([Makefile scripts/Makefile src/Makefile src/objects/Makefile])
  20. AC_OUTPUT
Add Comment
Please, Sign In to add comment