From 48e728d1120c9e5482b5e4aa4dd91f071acfd6bb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Dec 2014 13:26:46 +0100 Subject: btrfs-progs: autoconf: add ./configure script - add ./autogen.sh script (necessary after git clean/clone) - add ./configure.ac - copy autotool helper scripts from automake - modify version.sh to be usable from the configure script - rename Makefile to Makefile.in and use basic variables from configure.ac Signed-off-by: Karel Zak Signed-off-by: David Sterba --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e637b170..d84ec289 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,32 @@ libbtrfs.so.0 libbtrfs.so.0.1 library-test library-test-static + + +aclocal.m4 +autom4te.cache +compile +config.cache +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +config/ltmain.sh +config/py-compile +config/test-driver +configure +cscope.out +depcomp +libtool +m4/*.m4 +Makefile +missing +mkinstalldirs +stamp-h +stamp-h.in +stamp-h1 +config/* + -- cgit v1.2.3