aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-06-28 18:12:41 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-09-10 16:12:10 -0400
commitb499363df9ed9c919b566538bfdf44f2e6a6d44a (patch)
tree047419da6d8a670f030c8e05e49778eb70f7076b
parent0fa78bebfbe6333b958315918a2644891ebc914b (diff)
downloadPROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.tar.gz
PROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.zip
BLD: Remove proj_config.h.in.
It's generated by autoheader, which was mysteriously left out of autogen.sh.
-rw-r--r--.gitignore1
-rwxr-xr-xautogen.sh4
-rw-r--r--src/proj_config.h.in80
3 files changed, 3 insertions, 82 deletions
diff --git a/.gitignore b/.gitignore
index ce92cb0c..efea77f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,6 +81,7 @@ cmake/project-config*.cmake
/src/geod
/src/stamp-h*
/src/proj_config.h
+/src/proj_config.h.in
/src/cs2cs
/src/multistresstest
/src/test228
diff --git a/autogen.sh b/autogen.sh
index a15f7c94..e76f3bd9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,8 +27,8 @@ fi
echo "Running aclocal"
aclocal -I ./m4 || giveup
-#echo "Running autoheader"
-#autoheader || giveup
+echo "Running autoheader"
+autoheader || giveup
echo "Running libtoolize"
$LIBTOOLIZE --force --copy || giveup
echo "Running automake"
diff --git a/src/proj_config.h.in b/src/proj_config.h.in
deleted file mode 100644
index 9e3c7319..00000000
--- a/src/proj_config.h.in
+++ /dev/null
@@ -1,80 +0,0 @@
-/* src/proj_config.h.in. Generated from configure.in by autoheader. */
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <jni.h> header file. */
-#undef HAVE_JNI_H
-
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
-/* Define to 1 if you have the `pthread' library (-lpthread). */
-#undef HAVE_LIBPTHREAD
-
-/* Define to 1 if you have localeconv */
-#undef HAVE_LOCALECONV
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define if your pthreads implementation have PTHREAD_MUTEX_RECURSIVE */
-#undef HAVE_PTHREAD_MUTEX_RECURSIVE
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Enabled for Java/JNI Support */
-#undef JNI_ENABLED
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#undef LT_OBJDIR
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION