[moserial] build tweaks suggested by the autotools autoupdate program
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [moserial] build tweaks suggested by the autotools autoupdate program
- Date: Wed, 3 Feb 2010 19:21:08 +0000 (UTC)
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]