diff options
author | gregory guy <[email protected]> | 2019-12-30 13:56:51 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-12-31 14:05:14 +0100 |
commit | 0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd (patch) | |
tree | 8b6559e7e9a8c6f70fef0cd7b7605dab7eb03cd5 /configure.in.in | |
parent | 2b89fdc47029a313edb28a74521d84c23fd4ff13 (diff) | |
download | tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.tar.gz tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Rework of the README and help page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 0ad7d61..0000000 --- a/configure.in.in +++ /dev/null @@ -1,11 +0,0 @@ -#MIN_CONFIG(3) - -AM_INIT_AUTOMAKE(tdesudo,2.5.1) - -dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __tdevelop[noopt]__ -dnl CFLAGS="$NOOPT_CFLAGS" dnl __tdevelop[noopt]__ -dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __tdevelop[exc]__ - -dnl KDE_NEED_FLEX dnl __tdevelop__ -dnl AC_PROG_YACC dnl __tdevelop__ - |