diff options
author | Timothy Pearson <[email protected]> | 2012-05-26 02:11:54 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-26 02:11:54 -0500 |
commit | 15cbe6d94327f69b793312be6b6b132bb50af651 (patch) | |
tree | 30eb3e89ef061b60ce7745491e74a27cfd508f06 /configure.in.in | |
download | kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.tar.gz kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.zip |
Initial import of skeletal module for further development
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..18b1486 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,6 @@ +#MIN_CONFIG(3.2.0) + +AM_INIT_AUTOMAKE(autostart, 0.1) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN + |