From: Sandro Santilli Date: Thu, 14 Apr 2005 11:25:15 +0000 (+0000) Subject: --enable-autoconf put back X-Git-Tag: pgis_1_0_0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d64fc2cd8e73b809d7c932e16de09536e3ce972;p=postgis --enable-autoconf put back git-svn-id: http://svn.osgeo.org/postgis/trunk@1616 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.in b/configure.in index 300fa2e12..1bb8c7865 100644 --- a/configure.in +++ b/configure.in @@ -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