diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-03-29 08:30:07 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-03-29 08:30:07 +0800 |
commit | bce1144ad7cd318cb193eb39aecc42cf8a87358e (patch) | |
tree | 55804d1570c58d2613883016a1ae06d3e203a4f3 | |
parent | 4c9fe1015c80de497fe930dafc6eed1ecccad1a7 (diff) | |
download | gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar.gz gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar.bz2 gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar.lz gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar.xz gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.tar.zst gsoc2013-evolution-bce1144ad7cd318cb193eb39aecc42cf8a87358e.zip |
Modfied to use the gnome-config --yadayada gpilot script.
svn path=/trunk/; revision=2220
-rw-r--r-- | macros/gnome-pilot.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 16e081a366..cdf4071a46 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -97,7 +97,7 @@ AC_DEFUN([PILOT_LINK_CHECK],[ ]) AC_DEFUN([GNOME_PILOT_HOOK],[ - AC_PATH_PROG(GNOME_PILOT_CONFIG,gnome-pilot-config,no) + AC_PATH_PROG(GNOME_PILOT_CONFIG,gnome-config,no) AC_CACHE_CHECK([for gnome-pilot environment],gnome_cv_pilot_found,[ if test x$GNOME_PILOT_CONFIG = xno; then gnome_cv_pilot_found=no @@ -108,8 +108,8 @@ AC_DEFUN([GNOME_PILOT_HOOK],[ AM_CONDITIONAL(HAVE_GNOME_PILOT,test x$gnome_cv_pilot_found = xyes) if test x$gnome_cv_pilot_found = xyes; then PILOT_LINK_CHECK($1) - GNOME_PILOT_CFLAGS=`gnome-pilot-config --cflags client conduitmgmt` - GNOME_PILOT_LIBS=`gnome-pilot-config --libs client conduitmgmt` + GNOME_PILOT_CFLAGS=`gnome-config --cflags gpilot` + GNOME_PILOT_LIBS=`gnome-config --libs gpilot` $2 else if test x$3 = xfailure; then |