[yelp/yelp-3-0] make libtoolize happy
- From: Saleem Abdulrasool <asaleem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp/yelp-3-0] make libtoolize happy
- Date: Tue, 23 Feb 2010 03:05:58 +0000 (UTC)
commit e2ddca01f36204abd4077079e7f50bc64e6d8226
Author: Saleem Abdulrasool <compnerd compnerd org>
Date: Mon Feb 22 18:54:09 2010 -0800
make libtoolize happy
Makefile.am | 3 +++
configure.in | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f178f2e..877fc97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = libyelp src stylesheets po data tests
@INTLTOOL_DESKTOP_RULE@
@@ -26,3 +28,4 @@ DISTCLEANFILES = \
CLEANFILES = $(desktop_DATA)
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
+
diff --git a/configure.in b/configure.in
index 46486dd..9fd896b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,13 +2,11 @@ AC_INIT([Yelp],[2.27.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[
AC_CONFIG_SRCDIR([src/yelp-main.c])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
-AC_CONFIG_MACRO_DIR([m4])
-
-AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 \${ACLOCAL_FLAGS}")
AC_PROG_LN_S
AC_PROG_CC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]