diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 19:31:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 19:31:25 +0000 |
commit | 6afd9d8dddbe9e450690e05d498a503c00333a5e (patch) | |
tree | ee3eaca74e8e33dd66f24f5fb6c1431d7a9ff429 /configure.gnu | |
download | ksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.tar.gz ksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.zip |
Added KDE3 version of ksquirrel photo manager
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1094446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.gnu')
-rwxr-xr-x | configure.gnu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.gnu b/configure.gnu new file mode 100755 index 0000000..925dc44 --- /dev/null +++ b/configure.gnu @@ -0,0 +1,7 @@ +#!/bin/sh + +par="--without-arts" + +echo "*** Doing configure $* $par ..." + +./configure $* $par
\ No newline at end of file |