summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-24 19:23:32 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-24 19:23:32 -0400
commit2943af2761e6ac5064db077046e230fa1c2b06dd (patch)
tree55cc5039d11ed77dc3bcf6c096735a99f282f4d2 /scripts
parentd4e39c488ddeabfc240e0f782b6d3263d7f400a0 (diff)
downloadfork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.tar.gz
fork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.tar.bz2
fork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.zip
misc maintenance changes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/acprep17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/acprep b/scripts/acprep
deleted file mode 100755
index 71e3a415..00000000
--- a/scripts/acprep
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-aclocal
-
-if [ "$1" = "--dist" ]; then
- automake -acfi
-else
- automake -acf
-fi
-
-autoheader
-autoconf
-
-if [ "$1" = "--gen" ]; then
- ./configure CPPFLAGS="-I/sw/include -I/usr/include/httpd/xml" \
- LDFLAGS=-L/sw/lib CXXFLAGS="-g" --enable-debug
-fi