Changeset 3808
- Timestamp:
- Apr 29, 2005, 8:44:24 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/autogen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/autogen.sh
r3787 r3808 14 14 DIE=0 15 15 16 LIBTOOLIZE=libtoolize 17 ACLOCAL=aclocal-1.6 16 if [ "`which glibtoolize 2> /dev/null`" != "" ] 17 then LIBTOOLIZE=glibtoolize 18 else LIBTOOLIZE=libtoolize 19 fi 20 21 ACLOCAL=aclocal 18 22 AUTOHEADER=autoheader 19 AUTOMAKE=automake -1.623 AUTOMAKE=automake 20 24 AUTOCONF=autoconf 21 25
Note:
See TracChangeset
for help on using the changeset viewer.
