--- configure.orig	Wed Apr 23 20:24:51 2003
+++ configure	Sat May 10 02:19:00 2003
@@ -252,7 +252,7 @@
 #
 # Initializations.
 #
-ac_default_prefix=/usr/local
+ac_default_prefix=${PREFIX}
 ac_config_libobj_dir=.
 cross_compiling=no
 subdirs=
@@ -273,7 +273,7 @@
 PACKAGE_BUGREPORT='embyte@madlab.it'
 
 ac_unique_file="main.c"
-ac_default_prefix=/usr/local
+ac_default_prefix=${PREFIX}
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -320,11 +320,11 @@
 # The variables have the same names as the options, with
 # dashes changed to underlines.
 cache_file=/dev/null
-exec_prefix=NONE
+exec_prefix=${PREFIX}
 no_create=
 no_recursion=
-prefix=NONE
-program_prefix=NONE
+prefix=${PREFIX}
+program_prefix=${PREFIX}
 program_suffix=NONE
 program_transform_name=s,x,x,
 silent=
@@ -1157,7 +1157,7 @@
 # Let the site file select an alternate cache file if it wants to.
 # Prefer explicitly selected file to automatically selected ones.
 if test -z "$CONFIG_SITE"; then
-  if test "x$prefix" != xNONE; then
+  if test "x$prefix" != x${PREFIX}; then
     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
   else
     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
@@ -1443,17 +1443,6 @@
 	;;
 esac
 
-
-################
-# Setup prefix #
-################
-
-
-if test "$prefix" = "NONE"; then
-   prefix="/usr/local"
-   fi
-
-
 #######################
 # Checks for compiler #
 #######################
@@ -5354,7 +5343,7 @@
 O.S. .......... : `uname -rs` (`uname -n`)
 COMPILER ...... : ${CC}
 CFLAGS ........ : ${CFLAGS}
-DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN
+DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H
 CPPFLAGS ...... : ${CPPFLAGS}
 LDFLAGS ....... : ${LDFLAGS}
 LIBS .......... : ${LIBS}
