Skip to content

Commit

Permalink
Stop tracking autoconf-generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 28, 2015
1 parent 7fa1bbd commit 8acd896
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 18,198 deletions.
869 changes: 0 additions & 869 deletions Makefile.in

This file was deleted.

908 changes: 0 additions & 908 deletions aclocal.m4

This file was deleted.

9 changes: 6 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,20 @@ if test -z "$*"; then
fi

# needed when autotools version changed
aclocal
#aclocal

# After the first run of autoconf a configure file exists.
# 'configure --enable-maintainer-mode' will start all other needed autotool helpers.
autoconf
#autoconf

# use this instead - runs everything else as needed
autoreconf

#automake -a -c -f

cd $ORIGDIR

$srcdir/configure --enable-maintainer-mode --prefix=/usr/local "$@"
$srcdir/configure --prefix=/usr/local "$@"

echo
echo "Now execute GNU make to compile $PROJECT."
142 changes: 0 additions & 142 deletions compile

This file was deleted.

Loading

0 comments on commit 8acd896

Please sign in to comment.