aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-11 09:41:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-11 09:41:24 +0000
commitaa984164d44cceb766acb16976f427691cded63c (patch)
treeddf78864e2bbe4d8d06fb2b200939c7a743ba2b5
parent03c625719058a11d08b1ec83e70b381de8613c5c (diff)
downloadgamma-aa984164d44cceb766acb16976f427691cded63c.tar.gz
gamma-aa984164d44cceb766acb16976f427691cded63c.tar.bz2
Updated
-rw-r--r--.cvsignore3
-rw-r--r--configure.ac4
-rw-r--r--scripts/.cvsignore2
-rw-r--r--src/.cvsignore2
4 files changed, 9 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index 52e4843..c919d0f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -4,3 +4,6 @@ acinclude.m4
4aclocal.m4 4aclocal.m4
5config.h.in 5config.h.in
6*.tar.gz 6*.tar.gz
7autom4te.cache
8config.log
9configure
diff --git a/configure.ac b/configure.ac
index 3379eca..dcb551b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@ AC_PREREQ(2.59)
21 21
22AC_INIT(gamma, 0.2, gray@mirddin.farlep.net) 22AC_INIT(gamma, 0.2, gray@mirddin.farlep.net)
23AC_CONFIG_SRCDIR(src/guile-sql.h) 23AC_CONFIG_SRCDIR(src/guile-sql.h)
24AC_CONFIG_AUX_DIR([scripts])
24AC_CANONICAL_SYSTEM 25AC_CANONICAL_SYSTEM
25AM_INIT_AUTOMAKE 26AM_INIT_AUTOMAKE
26AM_CONFIG_HEADER(config.h) 27AC_CONFIG_HEADERS([config.h])
27AC_CONFIG_AUX_DIR([scripts])
28 28
29dnl Checks for programs. 29dnl Checks for programs.
30AC_PROG_AWK 30AC_PROG_AWK
diff --git a/scripts/.cvsignore b/scripts/.cvsignore
index 3dda729..1530e4a 100644
--- a/scripts/.cvsignore
+++ b/scripts/.cvsignore
@@ -1,2 +1,4 @@
1Makefile.in 1Makefile.in
2Makefile 2Makefile
3config.rpath
4mkinstalldirs \ No newline at end of file
diff --git a/src/.cvsignore b/src/.cvsignore
index 4af8766..cff4dcc 100644
--- a/src/.cvsignore
+++ b/src/.cvsignore
@@ -10,4 +10,6 @@ guile-procedures.txt
10gsql_conn.inc 10gsql_conn.inc
11gsql_lib.inc 11gsql_lib.inc
12sql.scm 12sql.scm
13gettext.inc
14gettext.scm
13 15

Return to:

Send suggestions and report system problems to the System administrator.