this can now also go

This commit is contained in:
Axel Kittenberger 2014-04-29 16:19:18 +02:00
parent 8572a6dacc
commit f199fd1866
2 changed files with 0 additions and 15 deletions

6
.gitignore vendored
View File

@ -16,12 +16,6 @@ CMakeFiles/
cmake_install.cmake
# manpages
doc/lsyncd.1.xml
doc/lsyncd.1
# generated C code
defaults.c

View File

@ -1,9 +0,0 @@
#!/bin/sh
echo "Generating configure files... may take a while."
autoreconf --install --force && \
echo "Preparing was successful if there was no error messages above." && \
echo "Now type:" && \
echo " ./configure && make" && \
echo "Run './configure --help' for more information"