[moserial] build tweaks suggested by the autotools autoupdate program



commit 271c184aba2ae06dcc098b6788fad6c7da403c79
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Wed Feb 3 14:20:36 2010 -0500

    build tweaks suggested by the autotools autoupdate program

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 20e4f3c..46eef1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(moserial, 2.28.2, http://bugzilla.gnome.org/enter_bug.cgi?product=moserial)
+AC_INIT([moserial],[2.28.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2])
@@ -7,7 +7,7 @@ AM_MAINTAINER_MODE
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT
 
 AC_PATH_PROG(VALAC, valac, valac)
 AC_SUBST(VALAC)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]