aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 13:32:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 13:32:53 +0000
commit98bd704d7433f1fffba34b2d3a9a78ba7e61f8ed (patch)
tree6c8daf9eee75a29e220832703a1525d6abc820d0 /bootstrap.conf
parente7d4df58105ad2bef66c1a3cd68f86c0b705272a (diff)
downloadanubis-98bd704d7433f1fffba34b2d3a9a78ba7e61f8ed.tar.gz
anubis-98bd704d7433f1fffba34b2d3a9a78ba7e61f8ed.tar.bz2
New file
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
new file mode 100644
index 0000000..18b4e55
--- /dev/null
+++ b/bootstrap.conf
@@ -0,0 +1,29 @@
+if [ -r .bootstrap ]; then
+ echo "$0: Reading configuration file .bootstrap"
+ eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
+fi
+
+gnulib_name=libanubis
+gnulib_modules="\
+ gettext\
+ getline\
+ obstack\
+ getopt\
+ getpass
+ setenv"
+
+build_aux=build
+
+NLS_MARKERS="\
+ anubis_error:3\
+ anubis_warning:2"
+
+COPYRIGHT_HOLDER="The Anubis Team"
+
+# #####################
+
+if [ -n "$NLS_MARKERS" ]; then
+ XGETTEXT_OPTIONS="$XGETTEXT_OPTIONS "`echo $NLS_MARKERS | tr ' ' '\n' | sed 's/.*/ --flag=&:pass-c-format\\\\\\\\\\\\/'`"
+"
+fi
+

Return to:

Send suggestions and report system problems to the System administrator.