summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWinfried <szukw000@arcor.de>2010-10-22 03:07:12 +0000
committerWinfried <szukw000@arcor.de>2010-10-22 03:07:12 +0000
commitfc668f3ec397e82ad5dba435440da830fe7f950d (patch)
tree9d3a5a28622cf68eb62e3b813148ea63d5776906 /configure
parentc5151996748098cbc0983afc5afa7498a3445d05 (diff)
M configure
M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 43cff88e..74b35626 100755
--- a/configure
+++ b/configure
@@ -16156,6 +16156,8 @@ fi
#
ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files libopenjpeg.pc"
+
ac_config_files="$ac_config_files libopenjpeg/Makefile"
ac_config_files="$ac_config_files jpwl/Makefile"
@@ -17276,6 +17278,7 @@ do
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "libopenjpeg.pc") CONFIG_FILES="$CONFIG_FILES libopenjpeg.pc" ;;
"libopenjpeg/Makefile") CONFIG_FILES="$CONFIG_FILES libopenjpeg/Makefile" ;;
"jpwl/Makefile") CONFIG_FILES="$CONFIG_FILES jpwl/Makefile" ;;
"codec/Makefile") CONFIG_FILES="$CONFIG_FILES codec/Makefile" ;;