summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
commitb37c027677204b0052dd98b209edea6cb65cd8f7 (patch)
tree995f10a8d56d22860bb66e2cd9a5915c01e25a8a /configure.ac
parenta7000d04f4310238af81dba4734807ac55015e81 (diff)
downloadlibgpod-b37c027677204b0052dd98b209edea6cb65cd8f7.tar.gz
libgpod-b37c027677204b0052dd98b209edea6cb65cd8f7.tar.xz
libgpod-b37c027677204b0052dd98b209edea6cb65cd8f7.zip
Some hints for troubleshooting and installation from CVS
Replaced autogen.sh to avoid gnome-common dependency. Changed configure.ac to work with new autogen.sh. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1084 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d6f79f3..eeb1460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")
AM_MAINTAINER_MODE
+AC_GNU_SOURCE
AC_PROG_CC
AC_PROG_LD
AC_STDC_HEADERS
@@ -47,7 +48,6 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
-AC_GNU_SOURCE
PKG_CHECK_MODULES(LIBGPOD, glib-2.0)
LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"