Changeset 11360 for trunk/gdal/autogen.sh
- Timestamp:
- 04/26/07 09:57:25 (2 years ago)
- Files:
-
- trunk/gdal/autogen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/autogen.sh
r10911 r11360 3 3 #libtoolize --force --copy 4 4 aclocal -I ./m4 5 autoheader 5 # We deliberately do not use autoheader, since it introduces PACKAGE junk 6 # that conflicts with other packages in cpl_config.h.in (FrankW) 7 #autoheader 6 8 autoconf
