Browse Source

automake-1.11

git-svn-id: https://klish.googlecode.com/svn/trunk@111 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
2cfacf1496
5 changed files with 2513 additions and 1421 deletions
  1. 306 255
      Makefile.in
  2. 770 163
      aclocal.m4
  3. 999 550
      aux_scripts/ltmain.sh
  4. 7 0
      config.h.in
  5. 431 453
      configure

File diff suppressed because it is too large
+ 306 - 255
Makefile.in


File diff suppressed because it is too large
+ 770 - 163
aclocal.m4


File diff suppressed because it is too large
+ 999 - 550
aux_scripts/ltmain.sh


+ 7 - 0
config.h.in

@@ -54,6 +54,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 
@@ -72,6 +76,9 @@
 /* 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
 

File diff suppressed because it is too large
+ 431 - 453
configure


Some files were not shown because too many files changed in this diff