summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 09:06:23 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 09:06:23 +0000
commitdadf70441d0f13fd9e43f49ae036008609b42563 (patch)
tree4d923c6cb4f9991351c6a38fc0e5d4cdfab12cbd /autogen.sh
parentb37c027677204b0052dd98b209edea6cb65cd8f7 (diff)
downloadlibgpod-tmz-dadf70441d0f13fd9e43f49ae036008609b42563.tar.gz
libgpod-tmz-dadf70441d0f13fd9e43f49ae036008609b42563.tar.xz
libgpod-tmz-dadf70441d0f13fd9e43f49ae036008609b42563.zip
* configure.ac: changed position of AC_GNU_SOURCE (caused error
strange error messages) * autogen.sh: replaced so it works without gnome-common and modified for intltools support * src/itdb.h: replaced '//' by '/* ... */' to avoid strange error message during compile. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1085 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9152023..9a55b32 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,6 +24,9 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \
echo Running autoreconf...
autoreconf --force --install
+echo "Running intltoolize"
+intltoolize --copy --force --automake
+
# For the Debian package build
test -d debian && {
# link these in Debian builds