Changeset 580
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r573 r580 1 1.6.1 2 * Due to strange configure behaviour of xmlrpc-c adjusted the xmlrpc-c.rul 3 to ensure that the correct curl version is used. Closes bug #69. 4 Author: Dennis Stam 5 1 6 1.6.0 2 7 * Rewrote /init script as a lot has changed with udev since version 166 -
trunk/VERSION
r563 r580 1 1.6. 01 1.6.1 -
trunk/configure
r573 r580 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for SALI 1.6. 0.3 # Generated by GNU Autoconf 2.69 for SALI 1.6.1. 4 4 # 5 # Report bugs to <sali@s ara.nl>.5 # Report bugs to <sali@surfsara.nl>. 6 6 # 7 7 # … … 266 266 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 267 267 else 268 $as_echo "$0: Please tell bug-autoconf@gnu.org and sali@sara.nl about 269 $0: your system, including any error possibly output before 270 $0: this message. Then install a modern shell, or manually 271 $0: run the script under such a shell if you do have one." 268 $as_echo "$0: Please tell bug-autoconf@gnu.org and sali@surfsara.nl 269 $0: about your system, including any error possibly output 270 $0: before this message. Then install a modern shell, or 271 $0: manually run the script under such a shell if you do 272 $0: have one." 272 273 fi 273 274 exit 1 … … 579 580 PACKAGE_NAME='SALI' 580 581 PACKAGE_TARNAME='sali' 581 PACKAGE_VERSION='1.6. 0'582 PACKAGE_STRING='SALI 1.6. 0'583 PACKAGE_BUGREPORT='sali@s ara.nl'582 PACKAGE_VERSION='1.6.1' 583 PACKAGE_STRING='SALI 1.6.1' 584 PACKAGE_BUGREPORT='sali@surfsara.nl' 584 585 PACKAGE_URL='' 585 586 … … 1203 1204 # This message is too long to be a string in the A/UX 3.1 sh. 1204 1205 cat <<_ACEOF 1205 \`configure' configures SALI 1.6. 0to adapt to many kinds of systems.1206 \`configure' configures SALI 1.6.1 to adapt to many kinds of systems. 1206 1207 1207 1208 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1264 1265 if test -n "$ac_init_help"; then 1265 1266 case $ac_init_help in 1266 short | recursive ) echo "Configuration of SALI 1.6. 0:";;1267 short | recursive ) echo "Configuration of SALI 1.6.1:";; 1267 1268 esac 1268 1269 cat <<\_ACEOF … … 1283 1284 it to find libraries and programs with nonstandard names/locations. 1284 1285 1285 Report bugs to <sali@s ara.nl>.1286 Report bugs to <sali@surfsara.nl>. 1286 1287 _ACEOF 1287 1288 ac_status=$? … … 1346 1347 if $ac_init_version; then 1347 1348 cat <<\_ACEOF 1348 SALI configure 1.6. 01349 SALI configure 1.6.1 1349 1350 generated by GNU Autoconf 2.69 1350 1351 … … 1476 1477 running configure, to aid debugging if configure makes a mistake. 1477 1478 1478 It was created by SALI $as_me 1.6. 0, which was1479 It was created by SALI $as_me 1.6.1, which was 1479 1480 generated by GNU Autoconf 2.69. Invocation command line was 1480 1481 … … 3792 3793 # values after options handling. 3793 3794 ac_log=" 3794 This file was extended by SALI $as_me 1.6. 0, which was3795 This file was extended by SALI $as_me 1.6.1, which was 3795 3796 generated by GNU Autoconf 2.69. Invocation command line was 3796 3797 … … 3839 3840 $config_files 3840 3841 3841 Report bugs to <sali@s ara.nl>."3842 Report bugs to <sali@surfsara.nl>." 3842 3843 3843 3844 _ACEOF … … 3845 3846 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 3846 3847 ac_cs_version="\\ 3847 SALI config.status 1.6. 03848 SALI config.status 1.6.1 3848 3849 configured by $0, generated by GNU Autoconf 2.69, 3849 3850 with options \\"\$ac_cs_config\\" -
trunk/initrd/make.d/xmlrpc-c.rul
r570 r580 23 23 24 24 $(XMLRPC_DIR).build: $(OPENSSL_DIR).build $(XMLRPC_DIR).get 25 cd $(XMLRPC_DIR) && ./configure --disable-libwww-client --disable-abyss-threads --disable-cplusplus --disable-cgi-server--disable-abyss-server --enable-tools --prefix=/usr && make 25 cd $(XMLRPC_DIR) && PATH="$${PATH}:$(INITRD_BUILD_DIR)/usr/bin" CFLAGS="-I$(INITRD_BUILD_DIR)/usr/include" ./configure --disable-libwww-client --disable-abyss-threads --disable-cplusplus --disable-cgi-server--disable-abyss-server --enable-tools --prefix=/usr 26 27 cd $(XMLRPC_DIR) && PATH="$${PATH}:$(INITRD_BUILD_DIR)/usr/bin" CFLAGS="-I$(INITRD_BUILD_DIR)/usr/include" LIBRARY_PATH=$(INITRD_BUILD_DIR)/usr/lib make 26 28 27 29 touch $@
Note: See TracChangeset
for help on using the changeset viewer.