forked from twaugh/patchutils
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap
More file actions
Latest commit
executable file
·19 lines (15 loc) · 508 Bytes
/
Copy pathbootstrap
File metadata and controls
executable file
·19 lines (15 loc) · 508 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh
echo"Deleting all autogenerated stuff..."
rm -f *.o *.so config.sub config.guess config.cache
rm -f config.log config.h config.status config.h.in
rm -f Makefile configure builtin/*.o pgcrypto.sql
rm -f Makefile.in aclocal.m4 confdefs.h ltconfig ltmain.sh
rm -f install-sh mkinstalldirs missing stamp*
rm -f interdiff filterdiff combinediff
rm -f compile depcomp
rm -f *~
rm -rf autom4te.cache/
rm -f INSTALL
rm -f test-driver
autoreconf --install --verbose
echo"Now you may run ./configure"