From 2943af2761e6ac5064db077046e230fa1c2b06dd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Aug 2004 19:23:32 -0400 Subject: misc maintenance changes --- scripts/acprep | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 scripts/acprep (limited to 'scripts') 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 -- cgit v1.2.3