]> git.wh0rd.org - dump.git/commitdiff
Added -ltermcap to readline enabled restore
authorStelian Pop <stelian@popies.net>
Fri, 30 Jun 2000 09:12:14 +0000 (09:12 +0000)
committerStelian Pop <stelian@popies.net>
Fri, 30 Jun 2000 09:12:14 +0000 (09:12 +0000)
CHANGES
THANKS
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 6273892216e2dd543fc97aaeca3cdfa08061ba59..f5126aa2ff539c9f237e3cc420fd93720780ee12 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-$Id: CHANGES,v 1.67 2000/06/30 09:00:38 stelian Exp $
+$Id: CHANGES,v 1.68 2000/06/30 09:12:14 stelian Exp $
 
 Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
 ===================================================================
 
 Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
 ===================================================================
@@ -25,6 +25,11 @@ Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
        to make network backups should read first the man page
        of dump and enable the suid bit manually.
 
        to make network backups should read first the man page
        of dump and enable the suid bit manually.
 
+5.     Added -ltermcap to the compile parameters for restore
+       when using readline support, in order to make the compile
+       process work on some systems (SuSE ?). Thanks to 
+       Patrik Schindler <poc@pocnet.net> for reporting the bug.
+
 Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
 ====================================================================
 
 Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
 ====================================================================
 
diff --git a/THANKS b/THANKS
index 49d4822eaae720dd9177ada81d98a68cc2c5bc1a..c66d84ecff52aafa4bb911f3dadd7ffadb38d78d 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-$Id: THANKS,v 1.30 2000/06/26 08:50:16 stelian Exp $
+$Id: THANKS,v 1.31 2000/06/30 09:12:14 stelian Exp $
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
@@ -21,6 +21,7 @@ dump-0.4b5).
 Thanks to people who reported problems with the port, sent patches, and
 suggested various improvements.
 Here is a partial list of them (if I have forgotten someone, please complain):
 Thanks to people who reported problems with the port, sent patches, and
 suggested various improvements.
 Here is a partial list of them (if I have forgotten someone, please complain):
+Stan Bubrouski         satan@fastdial.net
 Stephen Carr           sgcarr@civeng.adelaide.edu.au
 Rob Cermak             cermak@ahab.rutgers.edu
 Isaac Chuang           ike@isl.stanford.edu
 Stephen Carr           sgcarr@civeng.adelaide.edu.au
 Rob Cermak             cermak@ahab.rutgers.edu
 Isaac Chuang           ike@isl.stanford.edu
@@ -36,6 +37,7 @@ Christian Haul                haul@informatik.tu-darmstadt.de
 Jean-Paul van der Jagt jeanpaul@dutepp0.et.tudelft.nl
 Eric Jergensen         eric@dvns.com
 Jeff Johnson           jbj@redhat.com
 Jean-Paul van der Jagt jeanpaul@dutepp0.et.tudelft.nl
 Eric Jergensen         eric@dvns.com
 Jeff Johnson           jbj@redhat.com
+Charles Karney         karney@users.sourceforge.net
 Henry Katz             hkatz@hkatz.dialup.access.net
 Klaus Kudielka         kkudielk@cacofonix.nt.tuwien.ac.at
 Thorsten Kukuk         kukuk@suse.de
 Henry Katz             hkatz@hkatz.dialup.access.net
 Klaus Kudielka         kkudielk@cacofonix.nt.tuwien.ac.at
 Thorsten Kukuk         kukuk@suse.de
index 370272e99dc0368f0a073fff7c4fa81407784710..e8d4d7cc58828eeb2bf9b3663cbeb1511d992e5c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1358,7 +1358,7 @@ if test "${enable_readline+set}" = set; then
 then
        READLINE=""
 else
 then
        READLINE=""
 else
-       READLINE="-lreadline"
+       READLINE="-lreadline -ltermcap"
        cat >> confdefs.h <<\EOF
 #define HAVE_READLINE 1
 EOF
        cat >> confdefs.h <<\EOF
 #define HAVE_READLINE 1
 EOF
index 1bc05a6b53dca39f7372874435a80a1fc2133304..e41cf074c70ee0ed1b3dd991c12f1903ebc5c493 100644 (file)
@@ -100,7 +100,7 @@ if test "$enableval" = "no"
 then
        READLINE=""
 else
 then
        READLINE=""
 else
-       READLINE="-lreadline"
+       READLINE="-lreadline -ltermcap"
        AC_DEFINE(HAVE_READLINE)
 fi
 ,
        AC_DEFINE(HAVE_READLINE)
 fi
 ,