Changeset 1282 for trunk/bootstrap
- Timestamp:
- Apr 11, 2008, 6:53:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap
r1275 r1282 7 7 # Copyright (C) 2006 Jari Häkkinen 8 8 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 9 # Copyright (C) 2008 Peter Johansson 9 10 # 10 11 # This file is part of the yat library, http://trac.thep.lu.se/yat … … 26 27 27 28 # Run this to generate all auto-generated files needed by the GNU 28 # configure program. To be on the safe side, run this everytime 29 # configure.ac/configure.in is changed. 29 # configure program. 30 30 31 mkdir -p autotools 32 libtoolize --automake 33 aclocal 34 autoheader 35 automake --add-missing --gnu 36 autoconf 31 autoreconf --install --symlink --force --verbose
Note: See TracChangeset
for help on using the changeset viewer.