diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-04-21 20:55:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-04-21 20:55:40 (GMT) |
commit | 2a767479174cfd2b6b5459a31cc3fcd64152bd61 (patch) | |
tree | d7797ca58bd9b52b17057533073871abfed74562 | |
parent | 7ce7c3ac81d62214813093732cf14990982ac4cb (diff) | |
download | blt-2a767479174cfd2b6b5459a31cc3fcd64152bd61.zip blt-2a767479174cfd2b6b5459a31cc3fcd64152bd61.tar.gz blt-2a767479174cfd2b6b5459a31cc3fcd64152bd61.tar.bz2 |
Squashed 'tkblt/' changes from ed79f40e..e1747e4c
e1747e4c minor config change
30431cd2 rm autom4te.cache ref
git-subtree-dir: tkblt
git-subtree-split: e1747e4c56d59fc71d40bb6ab19a9fa0e1a9efeb
-rw-r--r-- | Makefile.in | 3 | ||||
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a11daef..8903162 100644 --- a/Makefile.in +++ b/Makefile.in @@ -158,7 +158,7 @@ PKG_CFLAGS = @PKG_CFLAGS@ DEFS = @DEFS@ $(PKG_CFLAGS) # Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile -CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tkbltConfig.sh +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ @@ -367,7 +367,6 @@ distclean: clean -rm -f *.tab.c -rm -f $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log config.status - -rm -rf autom4te.cache #======================================================================== # Install binary object libraries. On Windows this includes both .dll and @@ -5816,6 +5816,7 @@ src/tkbltDecls.h #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/configure.ac b/configure.ac index ea382d0..da04b23 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ TEA_ADD_TCL_SOURCES([library/graph.tcl]) #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkbltConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : |