summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaba Kumar <naba@src.gnome.org>2002-10-28 06:01:22 +0000
committerNaba Kumar <naba@src.gnome.org>2002-10-28 06:01:22 +0000
commit85c8939e444a77fd3765c93483036b7096934102 (patch)
treed6f26ff43526c55c1cd602383ba9c48afa3df3d9
parentc2fe70486bea9fbdaee8adfc165e42cd41e81165 (diff)
downloadgnome-common-85c8939e444a77fd3765c93483036b7096934102.tar.gz
Added user properties file which will be copied in user's
* data/user.properties, data/Makefile.am: Added user properties file which will be copied in user's ~/.anjuta/user.properties. * data/anjuta.properties: Changed a comment. * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros. * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c: Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu item. svn path=/branches/ANJUTA_1_0_0/; revision=2632
-rw-r--r--macros/gnome-pilot.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index 7f5b0f3..59f59b7 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -25,7 +25,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
else
PISOCK_CFLAGS="-I$withval/include"
incdir="$withval/include"
- PISOCK_LIBS="-L$withval/lib -lpisock"
+ PISOCK_LIBS="-L$withval/lib -lpisock -lpisync"
AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so")
if test -r $withval/lib/libpisock.so; then
AC_MSG_RESULT(yes)
@@ -45,7 +45,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
piversion_include="$prefix/include/pi-version.h"
if test x$PISOCK_LIBDIR = x; then
incdir="$prefix/include"
- PISOCK_LIBS="-L$prefix/lib -lpisock"
+ PISOCK_LIBS="-L$prefix/lib -lpisock -lpisync"
fi ],
AC_MSG_ERROR([Unable to find pi-version.h]))
])
@@ -53,7 +53,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
fi
if test "x$PISOCK_LIBS" = "x"; then
- AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock ],
+ AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock -lpisync],
[ AC_MSG_ERROR([Unable to find libpisock. Try http://www.pilot-link.org.]) ])
fi
@@ -198,7 +198,7 @@ AC_DEFUN([GNOME_PILOT_CHECK],[
gpv=$1
fi
if test x$2 = x; then
- plv=0.9.5
+ plv=0.11.4
else
plv=$2
fi