Changeset 3993
- Timestamp:
- Jun 10, 2009, 8:02:55 AM (15 years ago)
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap_libs
r3747 r3993 8 8 9 9 # apache runtime 10 wget http://apache.linux-mirror.org/apr/apr-1.3. 3.tar.gz10 wget http://apache.linux-mirror.org/apr/apr-1.3.5.tar.gz 11 11 tar xvvzf apr-1.3.3.tar.gz 12 12 cd apr-1.3.3 … … 16 16 17 17 # apache runtime utilities 18 wget http://apache.linux-mirror.org/apr/apr-util-1.3. 4.tar.gz18 wget http://apache.linux-mirror.org/apr/apr-util-1.3.7.tar.gz 19 19 tar xvvzf apr-util-1.3.4.tar.gz 20 20 cd apr-util-1.3.4 -
configure.ac
r3054 r3993 1 AC_INIT([ariba], [0.2. 0], [http://www.ariba-underlay.org])1 AC_INIT([ariba], [0.2.1], [http://www.ariba-underlay.org]) 2 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) 3 3 AC_CONFIG_SRCDIR([source/ariba/ariba.h])
Note:
See TracChangeset
for help on using the changeset viewer.