diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
commit | ee67bf676a2e1d9b12d46f280f4fc410e9f757bf (patch) | |
tree | 6189813f94cc56239b0307eed2ae4d264c66903d /macosx/configure.ac | |
parent | c2844d65a8f0de2cd3eae65806b50efe2b181e7d (diff) | |
download | tcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.zip tcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.tar.gz tcl-ee67bf676a2e1d9b12d46f280f4fc410e9f757bf.tar.bz2 |
configure.in -> configure.ac
Diffstat (limited to 'macosx/configure.ac')
-rw-r--r-- | macosx/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/configure.ac b/macosx/configure.ac index f7a8bb3..6b1e3ac 100644 --- a/macosx/configure.ac +++ b/macosx/configure.ac @@ -8,4 +8,4 @@ dnl include the configure sources from ../unix: m4_include(../unix/aclocal.m4) m4_define(SC_USE_CONFIG_HEADERS) -m4_include(../unix/configure.in) +m4_include(../unix/configure.ac) |