From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555 Modified Files: configure.ac libexif-uninstalled.pc.in Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: libexif-uninstalled.pc.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif-uninstalled.pc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- libexif-uninstalled.pc.in 17 May 2007 14:57:25 -0000 1.1 +++ libexif-uninstalled.pc.in 21 May 2007 14:24:57 -0000 1.2 @@ -1,7 +1,5 @@ -# Include stuff requires a system which can do symlinks. - Name: libexif Description: Library for easy access to EXIF data Version: @VERSION@ Libs: ${pcfiledir}/libexif/libexif.la -Cflags: -I${pcfiledir}/@srcdir@/libexif +Cflags: -I${pcfiledir}/@srcdir@ Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- configure.ac 21 May 2007 13:50:55 -0000 1.22 +++ configure.ac 21 May 2007 14:24:57 -0000 1.23 @@ -3,15 +3,6 @@ AC_INIT([EXIF library],[0.6.14.cvs1],[li AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) -AC_CONFIG_COMMANDS_PRE([ - # Symlink to enable proper #include <exif/foo.h> on uninstalled - # libexif source tree. Move the header files once the source - # is out of CVS and in SVN, git, bzr, whatever. - if test -e "${srcdir}/libexif/exif"; then - rm -f "${srcdir}/libexif/exif" - fi - (cd "${srcdir}/libexif" && ${LN_S} . exif) -]) AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news]) if test ! -d "$srcdir/m4m"; then |