summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar snowdrop2006-03-23 12:56:35 +0000
committerGravatar snowdrop2006-03-23 12:56:35 +0000
commit2750aed2da50deb7274f8d19b0671a136b81f857 (patch)
treed4a6b613465fcb7dc648e97adb01269c12d0465e /autogen.sh
parented57937975a7be2aa8464f0f4594fc5625544aaa (diff)
downloadcsoap-2750aed2da50deb7274f8d19b0671a136b81f857.tar.gz
csoap-2750aed2da50deb7274f8d19b0671a136b81f857.tar.bz2
helper to generate configure skript
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..d389e09
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal
+autoconf
+automake --add-missing --copy
+automake
+