summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-11-13 04:19:39 +0000
committerStef Walter <stef@memberwebs.com>2009-11-13 04:27:21 +0000
commitafbffb00ac2622bcacbd17598eddf7442abc379d (patch)
treed906dbd10b9b34e7431a6051739d3daa92036f70
parentf8c4c268f745985322126cf99a51ac227a432dc8 (diff)
Migrate to git.
-rw-r--r--.gitignore26
l---------INSTALL1
-rw-r--r--autogen.sh11
3 files changed, 36 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..08d92af
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+.deps
+.libs
+.*project
+*~
+*.a
+*.bak
+*.lo
+*.la
+*.o
+*.orig
+autom4te.cache
+aclocal.m4
+config.h
+config.h.in
+config.log
+config.status
+configure
+depcomp
+install-sh
+INSTALL
+Makefile
+Makefile.in
+missing
+stamp-*
+
+/src/p11-tests
diff --git a/INSTALL b/INSTALL
deleted file mode 120000
index 5bb6e7b..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/automake-1.10/INSTALL \ No newline at end of file
diff --git a/autogen.sh b/autogen.sh
index 3f90c13..82adbf2 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,15 @@
-#!/bin/sh
+#!/bin/sh -e
set -e
+
+# Some boiler plate to get git setup as expected
+if test -d .git; then
+ if test -f .git/hooks/pre-commit.sample && \
+ test ! -f .git/hooks/pre-commit; then
+ cp -pv .git/hooks/pre-commit.sample .git/hooks/pre-commit
+ fi
+fi
+
set -x
aclocal