summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.in2
-rwxr-xr-xconfigure11
-rwxr-xr-xconfigure.in10
3 files changed, 11 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in
index e4d16a83..8a3c0af 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -231,7 +231,7 @@ install-libraries: libraries
install-doc: doc
@$(INSTALL_DATA_DIR) $(DESTDIR)$(mandir)/mann
@echo "Installing documentation in $(DESTDIR)$(mandir)"
- @list='$(srcdir)/doc/*.n'; for i in $$list; do \
+ @list='$(srcdir)/../doc/*.n'; for i in $$list; do \
echo "Installing $$i"; \
$(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
done
diff --git a/configure b/configure
index 64fdf41..41f6093 100755
--- a/configure
+++ b/configure
@@ -5609,7 +5609,7 @@ done
- vars="generic/bltVector.h"
+ vars="bltVector.h"
for i in $vars; do
# check for existence, be strict because it is installed
if test ! -f "${srcdir}/$i" ; then
@@ -5620,7 +5620,7 @@ done
- vars="-I. -I\"`${CYGPATH} ${srcdir}/generic`\""
+ vars="-I. -I\"`${CYGPATH} ${srcdir}`\""
for i in $vars; do
PKG_INCLUDES="$PKG_INCLUDES $i"
done
@@ -5666,7 +5666,7 @@ done
- vars="library/graph.tcl library/bltGraph.pro"
+ vars="../library/graph.tcl ../library/bltGraph.pro"
for i in $vars; do
# check for existence, be strict because it is installed
if test ! -f "${srcdir}/$i" ; then
@@ -5689,7 +5689,7 @@ done
# TEA_ADD_* any platform specific compiler/build info here.
#--------------------------------------------------------------------
-CLEANFILES="$CLEANFILES pkgIndex.tcl config.status config.log Makefile"
+CLEANFILES="$CLEANFILES config.status config.log Makefile"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
@@ -9542,7 +9542,7 @@ $as_echo "${TCLSH_PROG}" >&6; }
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-ac_config_files="$ac_config_files Makefile pkgIndex.tcl"
+ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -10252,7 +10252,6 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
diff --git a/configure.in b/configure.in
index 20cbd31..c312ee7 100755
--- a/configure.in
+++ b/configure.in
@@ -114,12 +114,12 @@ TEA_ADD_SOURCES([
bltVector.c
bltWindow.c
])
-TEA_ADD_HEADERS([generic/bltVector.h])
-TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}/generic`\"])
+TEA_ADD_HEADERS([bltVector.h])
+TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}`\"])
TEA_ADD_LIBS([])
TEA_ADD_CFLAGS([-Wunused])
TEA_ADD_STUB_SOURCES([])
-TEA_ADD_TCL_SOURCES([library/graph.tcl library/bltGraph.pro])
+TEA_ADD_TCL_SOURCES([../library/graph.tcl ../library/bltGraph.pro])
#--------------------------------------------------------------------
# __CHANGE__
@@ -133,7 +133,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl library/bltGraph.pro])
# TEA_ADD_* any platform specific compiler/build info here.
#--------------------------------------------------------------------
-CLEANFILES="$CLEANFILES pkgIndex.tcl config.status config.log Makefile"
+CLEANFILES="$CLEANFILES config.status config.log Makefile"
if test "${TEA_PLATFORM}" = "windows" ; then
# Ensure no empty if clauses
:
@@ -300,4 +300,4 @@ TEA_PROG_TCLSH
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile pkgIndex.tcl])
+AC_OUTPUT([Makefile])