Check-in Number:
|
2837 | |
Date: |
2002-Nov-18 17:01:44 (local)
2002-Nov-18 16:01:44 (UTC) |
User: | ms |
Branch: | |
Comment: |
Synchronize with latest versions of autoconf and shtool. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/devtool.conf -> 1.2
*** /dev/null Sat Nov 23 01:01:05 2024
--- - Sat Nov 23 01:01:09 2024
***************
*** 0 ****
--- 1,27 ----
+ ##
+ ## devtool.conf -- Development Tool Configuration
+ ##
+
+ %autogen
+ @autogen shtool 1.6.2 "1.6.*" all
+ @autogen autoconf 2.56 "2.5[3-9]*"
+
+ %autoclean
+ @autoclean shtool
+ @autoclean autoconf
+
+ %configure
+ ./configure \
+ --prefix=/tmp/titraq \
+ --disable-shared \
+ "$@"
+
+ %version
+ ./shtool version -l c -n "OSSP titraq" -p "titraq_" -e titraq_version.c
+
+ %dist
+ make distclean >/dev/null 2>&1
+ ./shtool fixperm -v .
+ V=`./shtool version -l txt -d short titraq_version.c`
+ ./shtool tarball -o titraq-${V}.tar.gz -d titraq-${V} -u ossp -g ossp \
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .
|
|