Changeset 3858 for trunk/psModules/Makefile.cvs
- Timestamp:
- May 5, 2005, 3:07:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/Makefile.cvs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/Makefile.cvs
r3228 r3858 2 2 3 3 all: 4 if [ "`which glibtoolize `" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi5 aclocal 6 autoheader 7 automake 8 autoconf 4 if [ "`which glibtoolize 2> /dev/null`" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi 5 aclocal --force 6 autoheader --force 7 automake --add-missing --force 8 autoconf --force 9 9
Note:
See TracChangeset
for help on using the changeset viewer.
