summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-22 16:27:04 +0000
committeryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-07-22 16:27:04 +0000
commit5390111c4bfa8d8b4d9de95f902688d4e9454f22 (patch)
tree062a7d182f18fcc11fccd0c489c823c93cbd9957 /configure.in
parent6cff03b95d91ecd03c0c112fb7dbba77712b21fe (diff)
SVN cleanup: removed automatically generated build files, added autogen.sh to create these, and added svn:ignore to ignore common files
git-svn-id: svn://blicky.net/ncdu/trunk@5 ce56bc8d-f834-0410-b703-f827bd498a76
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8184a65..4be58fd 100644
--- a/configure.in
+++ b/configure.in
@@ -33,7 +33,6 @@ AC_FUNC_MALLOC
AC_FUNC_STAT
AC_CHECK_FUNCS([getcwd gettimeofday memset fnmatch])
-#AC_CONFIG_FILES([Makefile ])
AC_OUTPUT([Makefile src/Makefile doc/Makefile])
echo ""