comparison configure.ac @ 16144:1f42dbf360e3

The .service files for libpurple aren't necessary. Their only purpose is to autostart an application if nothing is listening in a particular namespace. We can't autostart something, because there's no way for us to know which client the user wants. If we end up with Pidgin or Finch DBus stuff later, we can use .service files for those if we want autostart functionality.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 18:13:53 +0000
parents 598b1b15b199
children d0690b9a607a
comparison
equal deleted inserted replaced
16143:598b1b15b199 16144:1f42dbf360e3
1891 AC_DEFINE(PURPLE_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).]) 1891 AC_DEFINE(PURPLE_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).])
1892 fi 1892 fi
1893 1893
1894 AC_OUTPUT([Makefile 1894 AC_OUTPUT([Makefile
1895 Doxyfile 1895 Doxyfile
1896 purple.service
1897 doc/Makefile 1896 doc/Makefile
1898 doc/pidgin.1 1897 doc/pidgin.1
1899 doc/finch.1 1898 doc/finch.1
1900 m4macros/Makefile 1899 m4macros/Makefile
1901 pidgin.apspec 1900 pidgin.apspec