summaryrefslogtreecommitdiff
path: root/scripts/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-24 02:11:32 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-24 02:11:32 -0400
commit1fd37a432d060a08254ecb1a9129050563075140 (patch)
treef80ee5bf2b780f315348c2767150b9643e9d9488 /scripts/acprep
parent73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (diff)
downloadfork-ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.gz
fork-ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.bz2
fork-ledger-1fd37a432d060a08254ecb1a9129050563075140.zip
cleanup; fully switched to autoconf -- use scripts/acprep
Diffstat (limited to 'scripts/acprep')
-rwxr-xr-xscripts/acprep12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/acprep b/scripts/acprep
new file mode 100755
index 00000000..14f17e2c
--- /dev/null
+++ b/scripts/acprep
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+aclocal
+
+if [ "$1" = "--dist" ]; then
+ automake -acfi
+else
+ automake -acf
+fi
+
+autoheader
+autoconf