diff --git a/README b/README index 0150d8db..be9382ac 100644 --- a/README +++ b/README @@ -87,8 +87,7 @@ Hacking A pkg-config .pc file is installed together with the library. Application developers can use pkg-config(1) to obtain correct compile -and link time flags for the Exiv2 library. (The exiv2-config script is -still included in the distribution but should be considered deprecated.) +and link time flags for the Exiv2 library. If you downloaded Exiv2 directly from the subversion repository, and you want to build it using the GNU configure script, then you need to diff --git a/config/Makefile b/config/Makefile index b073117a..d47b75cf 100644 --- a/config/Makefile +++ b/config/Makefile @@ -26,7 +26,7 @@ mostlyclean clean: rm -f *~ *.bak *# distclean: clean - rm -f config.h ../src/exv_conf.h config.mk exiv2-config exiv2.pc + rm -f config.h ../src/exv_conf.h config.mk exiv2.pc # This removes almost everything, including the configure script! maintainer-clean: distclean diff --git a/config/configure.ac b/config/configure.ac index 1cc67147..465e8007 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -112,7 +112,6 @@ fi # Create output files. # --------------------------------------------------------------------------- AC_CONFIG_FILES([./config/config.mk]) -AC_CONFIG_FILES([./config/exiv2-config], [chmod +x ./config/exiv2-config]) AC_CONFIG_FILES([./config/exiv2.pc]) AC_CONFIG_FILES([./po/Makefile.in]) AC_OUTPUT diff --git a/config/exiv2-config.in b/config/exiv2-config.in deleted file mode 100644 index d619df7c..00000000 --- a/config/exiv2-config.in +++ /dev/null @@ -1,93 +0,0 @@ -#! /bin/sh - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -includedir=@includedir@ -libdir=@libdir@ - -usage() -{ - cat <