]> granicus.if.org Git - postgis/commitdiff
--enable-autoconf put back
authorSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2005 11:25:15 +0000 (11:25 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2005 11:25:15 +0000 (11:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1616 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index 300fa2e1228a30b590fef8f26642b65d1b2f65c9..1bb8c7865074d11f521e150b8baa2b649a31fc15 100644 (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