[hipl-commit] [trunk] Rev 4090: Revert hack that removes dns programs to work around packaging issues.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 02:25:54 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 02:25:54
Revision: 4090
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Revert hack that removes dns programs to work around packaging issues.
  
  I suspect this is no longer a problem in practice. If it is finding
  a proper solution should not be too hard.

Modified:
  M  autogen.sh

=== modified file 'autogen.sh'
--- autogen.sh  2010-03-29 14:10:49 +0000
+++ autogen.sh  2010-03-29 23:23:58 +0000
@@ -59,9 +59,6 @@
     autoreconf --install --force || \
         (echo "Missing libtool, automake, autoconf or autoreconf?" && exit 1)
         (echo "" && echo "HIPL has the following dependencies: " && 
display_dependencies && exit 1)
-    # Clean up generated scripts for "make bin". Otherwise we get
-    # /usr/local/lib/python2.6/dist-packages/ as the path in the scripts.
-    rm -f tools/hipdnsproxy tools/hipdnskeyparse
 }
 
 help() {

Other related posts: