diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-07-05 14:50:23 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-07-05 14:50:23 +0000 |
commit | 21aadda95aa7424a13643eba17aa36c19ab425d5 (patch) | |
tree | a80d9e246d38e2dd26cb8eec152b3b3eaa30aa43 | |
parent | 8862c417ce8ca067b4a3b48d42df4271df238037 (diff) | |
download | libgpod-21aadda95aa7424a13643eba17aa36c19ab425d5.tar.gz libgpod-21aadda95aa7424a13643eba17aa36c19ab425d5.tar.xz libgpod-21aadda95aa7424a13643eba17aa36c19ab425d5.zip |
s/PACKAGE_/LIBGPOD_/ in configuration output
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1622 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2007-07-05 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * configure.ac: + s/PACKAGE_/LIBGPOD_/ in configuration output + 2007-07-04 Todd Zullinger <tmzullinger at users.sourceforge.net> * po/fr.po: @@ -10,7 +15,7 @@ 2007-06-29 Jorg Schuler <jcsjcs at users.sourceforge.net> - * po/libgpod.po: added to SVN repository (new translators may be + * po/libgpod.pot: added to SVN repository (new translators may be looking for it -- like yesterday). * po/*.po: run 'make update-po'. diff --git a/configure.ac b/configure.ac index f981447..7f2928a 100644 --- a/configure.ac +++ b/configure.ac @@ -188,8 +188,8 @@ Configuration for $PACKAGE $VERSION : Host System Type .....: $host Install path .........: $prefix Preprocessor .........: $CC $CPPFLAGS - Compiler .............: $CC $CFLAGS $PACKAGE_CFLAGS - Linker ...............: $CC $LDFLAGS $LIBS $PACKAGE_LIBS + Compiler .............: $CC $CFLAGS $LIBGPOD_CFLAGS + Linker ...............: $CC $LDFLAGS $LIBS $LIBGPOD_LIBS ArtworkDB support ....: $have_gdkpixbuf Python bindings ......: $with_python |