diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-01-28 17:02:32 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-01-28 17:13:05 -0800 |
commit | d20b25cd2dd885bb92dcdeff1a9e1b258e115868 (patch) | |
tree | aacc547e51fbc3bcfcac873735e063fa9871d585 /configure.ac | |
parent | 055649e2fa109444fbbc8fdb2126035708615c37 (diff) | |
download | sshfs-d20b25cd2dd885bb92dcdeff1a9e1b258e115868.tar sshfs-d20b25cd2dd885bb92dcdeff1a9e1b258e115868.tar.gz sshfs-d20b25cd2dd885bb92dcdeff1a9e1b258e115868.tar.bz2 sshfs-d20b25cd2dd885bb92dcdeff1a9e1b258e115868.zip |
Enable subdir-objects automake option
This is recommended for forward-compatibility.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d65bf0b..c701950 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(sshfs-fuse, 2.5) -AM_INIT_AUTOMAKE([foreign]) +AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) AC_PROG_CC |