3d44025101
netinfo piece of gnome-network broken out into its own distribution. Gnome-nettool is a MacOS X-like Network Utility that disaplys interface information as well as front-ends many useful network tools like ping, netstat, traceroute, host, finger, and whois.
49 lines
1.5 KiB
Text
49 lines
1.5 KiB
Text
--- configure.orig Sun Jul 4 16:00:33 2004
|
|
+++ configure Sun Jul 4 16:02:31 2004
|
|
@@ -20269,7 +20269,7 @@
|
|
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS;
|
|
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"; /usr/local/share/libtool13/ltconfig13 $LIBTOOL_DEPS;
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -22038,13 +22038,13 @@
|
|
if test "x${prefix}" = "xNONE"; then
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GNOME_ICONDIR "${ac_default_prefix}/share/pixmaps"
|
|
+#define GNOME_ICONDIR "${ac_default_prefix}/share/gnome/pixmaps"
|
|
_ACEOF
|
|
|
|
else
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
|
|
+#define GNOME_ICONDIR "${prefix}/share/gnome/pixmaps"
|
|
_ACEOF
|
|
|
|
fi
|
|
@@ -22052,17 +22052,17 @@
|
|
if test "x${prefix}" = "xNONE"; then
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
|
|
_ACEOF
|
|
|
|
- pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+ pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
|
|
else
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
|
|
_ACEOF
|
|
|
|
- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+ pixmapsdir="${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
|
|
fi
|
|
|
|
|