summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 14:20:25 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 14:20:25 +0000
commit07a3ee42f8f5227b7f4503dadbc8d75fb4cad6e0 (patch)
treecee22f5bd0ff4a6bbd91a2883ebeb5a64a12fb20 /buildconf
parent06b2035cc7444370e4ad913f25e400545915a743 (diff)
downloadlibapr-07a3ee42f8f5227b7f4503dadbc8d75fb4cad6e0.tar.gz
Make this script recognizable as executable on a non-unix file system.
git-svn-id: http://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)