Changeset 8781 for trunk/ppMerge
- Timestamp:
- Sep 8, 2006, 4:43:40 PM (20 years ago)
- Location:
- trunk/ppMerge
- Files:
-
- 9 edited
-
autogen.sh (modified) (2 diffs)
-
configure.ac (modified) (2 diffs)
-
src/ppMerge.c (modified) (1 diff)
-
src/ppMergeCheckInputs.c (modified) (1 diff)
-
src/ppMergeCombine.c (modified) (1 diff)
-
src/ppMergeConfig.c (modified) (1 diff)
-
src/ppMergeData.c (modified) (1 diff)
-
src/ppMergeOptions.c (modified) (1 diff)
-
src/ppMergeScaleZero.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/autogen.sh
r7824 r8781 37 37 } 38 38 39 #($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {40 #echo41 #echo "You must have $AUTOHEADER installed to compile $PROJECT."42 #echo "Download the appropriate package for your distribution,"43 #echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"44 #DIE=145 #}39 ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || { 40 echo 41 echo "You must have $AUTOHEADER installed to compile $PROJECT." 42 echo "Download the appropriate package for your distribution," 43 echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/" 44 DIE=1 45 } 46 46 47 47 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || { … … 77 77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 #$AUTOHEADER || echo "$AUTOHEADER failed"79 $AUTOHEADER || echo "$AUTOHEADER failed" 80 80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 81 81 $AUTOCONF || echo "$AUTOCONF failed" -
trunk/ppMerge/configure.ac
r8679 r8781 5 5 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 dnl AM_CONFIG_HEADER([config.h])7 AM_CONFIG_HEADER([src/config.h]) 8 8 AM_MAINTAINER_MODE 9 9 … … 13 13 AC_PROG_INSTALL 14 14 dnl AC_PROG_LIBTOOL 15 16 dnl enable largefile supports 17 AC_SYS_LARGEFILE 15 18 16 19 ppMerge_CFLAGS="-Wall -Werror -std=c99" -
trunk/ppMerge/src/ppMerge.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeCheckInputs.c
r8405 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/ppMerge/src/ppMergeCombine.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <unistd.h> -
trunk/ppMerge/src/ppMergeConfig.c
r8405 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeData.c
r8720 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeOptions.c
r8680 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/ppMerge/src/ppMergeScaleZero.c
r8398 r8781 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.
