--enable-autoconf put back

git-svn-id: http://svn.osgeo.org/postgis/trunk@1616 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2005-04-14 11:25:15 +00:00
parent 31ee2c37d8
commit 4d64fc2cd8

View file

@ -1,13 +1,13 @@
AC_INIT(README.postgis)
dnl AC_ARG_ENABLE(autoconf, [ --enable-autoconf really use autoconf],
dnl AC_MSG_RESULT(Using autoconf),
dnl AC_MSG_ERROR([
dnl
dnl Autoconf-based configuration is not widely tested.
dnl If you want to use it anyway specify --enable-autoconf.
dnl ])
dnl )
AC_ARG_ENABLE(autoconf, [ --enable-autoconf really use autoconf],
AC_MSG_RESULT(Using autoconf),
AC_MSG_ERROR([
Autoconf-based configuration is not widely tested.
If you want to use it anyway specify --enable-autoconf.
])
)
dnl