]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Fix libtool build issue.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Mar 2010 22:16:10 +0000 (18:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Mar 2010 22:16:10 +0000 (18:16 -0400)
configure.in.in

index d1a9bc1dd1d58a12758842d9c9eeacde9f5b35f2..2cdb0f570040808151ca5bc1c3b2bba2e80cb185 100644 (file)
@@ -35,6 +35,11 @@ AC_PROG_LD()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+AC_PROG_LIBTOOL()
+
 dnl **********************************
 dnl *** Check for standard headers ***
 dnl **********************************