root/trunk/gdal/autogen.sh

Revision 11360, 220 bytes (checked in by warmerdam, 1 year ago)

avoiding running autoheader which screws up cpl_config.h.in

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh
2 set -x
3 #libtoolize --force --copy
4 aclocal -I ./m4
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
8 autoconf
Note: See TracBrowser for help on using the browser.