[opengaim-changes] opengaim configure.ac,1.13,1.14
Status: Inactive
Brought to you by:
tvierling
|
From: Todd V. <tvi...@us...> - 2004-04-19 17:53:16
|
Update of /cvsroot/opengaim/opengaim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1299 Modified Files: configure.ac Log Message: gaim -> opengaim Index: configure.ac =================================================================== RCS file: /cvsroot/opengaim/opengaim/configure.ac,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configure.ac 5 Apr 2004 02:36:33 -0000 1.13 --- configure.ac 19 Apr 2004 17:52:56 -0000 1.14 *************** *** 216,220 **** *** always available at http://www.gtk.org/.])) ! AC_PATH_PROG(gaimpath, gaim) AC_SUBST(GTK_CFLAGS) AC_SUBST(GLIB_CFLAGS) --- 216,220 ---- *** always available at http://www.gtk.org/.])) ! AC_PATH_PROG(gaimpath, opengaim) AC_SUBST(GTK_CFLAGS) AC_SUBST(GLIB_CFLAGS) *************** *** 1052,1057 **** Doxyfile doc/Makefile ! doc/gaim.1 ! doc/gaim-remote.1 intl/Makefile pixmaps/Makefile --- 1052,1057 ---- Doxyfile doc/Makefile ! doc/opengaim.1 ! doc/opengaim-remote.1 intl/Makefile pixmaps/Makefile |