commit 78c223ebe1aee4d4603de7e52dd8d66bb88a9daf
Author: phantomjinx <[email protected]>
Date: Tue Jun 22 22:22:52 2010 +0100
Fix for lack of LIBTOOLIZE call by autogen.sh
autogen.sh | 2 +-
configure.in | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 9bed74e..4bd6946 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -133,7 +133,7 @@ do
echo "Running xml-i18n-toolize..."
xml-i18n-toolize --copy --force --automake
fi
- if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
+ if grep "^A[CM]_PROG_LIBTOOL" configure.in >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..."
${LIBTOOLIZE:-libtoolize} --force --copy
diff --git a/configure.in b/configure.in
index 7c6a30b..592001f 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,7 @@ AC_PREREQ(2.55)
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
+AC_CONFIG_SRCDIR(src/main.c)
# Making releases:
# LIBGTKPOD_MICRO_VERSION += 1;
@@ -36,8 +37,8 @@ AC_SUBST(LIBGTKPOD_VERSION)
AM_INIT_AUTOMAKE(gtkpod, $LIBGTKPOD_VERSION)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
-AC_PROG_LIBTOOL
AC_ISC_POSIX
+AC_PROG_LIBTOOL
AC_PROG_CC
AM_PROG_CC_STDC
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2