Changeset 13915
- Timestamp:
- Jun 20, 2007, 3:40:52 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/autogen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/autogen.sh
r11643 r13915 1 1 #!/bin/sh 2 2 3 for arg in $*; do 4 case $arg in 5 --no-configure) 6 exit 0 7 ;; 8 *) 9 ;; 10 esac 11 done 12 3 13 ./configure.tcsh $*
Note:
See TracChangeset
for help on using the changeset viewer.
