summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2000-08-06 14:20:25 +0000
committerBrian Havard <bjh@apache.org>2000-08-06 14:20:25 +0000
commitaab46cd1101b6a7dd1bbaa268ecdf645ad5b14f2 (patch)
treecee22f5bd0ff4a6bbd91a2883ebeb5a64a12fb20 /buildconf
parente98dca6c6f234d950e40dc1cb4823c0b5b2ef461 (diff)
downloadapr-aab46cd1101b6a7dd1bbaa268ecdf645ad5b14f2.tar.gz
Make this script recognizable as executable on a non-unix file system.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 06ef374b0..a84acf354 100755
--- a/buildconf
+++ b/buildconf
@@ -1,3 +1,5 @@
+#!/bin/sh
+
autoconf;autoheader
(cd shmem/unix/mm && autoconf)