Reintroduced libtool, it is useful for linking to libraries in
authorMartin Vidner <mvidner@suse.cz>
Fri, 1 Dec 2006 14:41:32 +0000 (14:41 +0000)
committerMartin Vidner <mvidner@suse.cz>
Fri, 1 Dec 2006 14:41:32 +0000 (14:41 +0000)
nonstandard directories. (#224738)

configure.ac
package/zypper.changes

index fe0896c..392dcff 100644 (file)
@@ -42,6 +42,7 @@ AC_PROG_CXX
 AC_PROG_CXX
 AC_PROG_CXXCPP
 AC_PROG_INSTALL
+AC_PROG_LIBTOOL
 
 dnl   do AC_CHECK_* tests using c++ (e.g. boost header)
 AC_LANG([C++])
index 10c5fec..b42f48a 100644 (file)
@@ -1,9 +1,8 @@
 -------------------------------------------------------------------
-Thu Nov 30 17:32:35 CET 2006 - mvidner@suse.cz
+Fri Dec  1 15:40:10 CET 2006 - mvidner@suse.cz
 
 - installation_sources: fixed to be compatible even with
   /opt/kde3/bin/kde_add_yast_source.sh (#223795).
-- Do not needlessly use libtool (#224738).
 - zypp-checkpatches does not need -lboost_program_options (#224764)
 
 -------------------------------------------------------------------