diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
commit | 27afd154a9fc5f72d7a829b285c340766ef8c6ce (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /macosx/configure.ac | |
parent | 880cdb78d06b59af92473975f26308d56a266979 (diff) | |
parent | c5c29cc39d29340d28c498b3008ba0a9ca9f84bd (diff) | |
download | tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.zip tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.gz tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.bz2 |
consistant use of mode: objc for OSX, strip spaces from the end of lines
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 229af64..69573c5 100644 --- a/macosx/configure.ac +++ b/macosx/configure.ac @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. -dnl Ensure that the config (auto)headers support is used, then just +dnl Ensure that the config (auto)headers support is used, then just dnl include the configure sources from ../unix: m4_include(../unix/aclocal.m4) |