gitg/autogen.sh
Alexander Larsson 744851ea2d Initial import
This is the inital version of the code from the gnome-contacts wip/sorted
branch, just renamed and restructured to work standalone
2012-05-15 12:22:24 +02:00

4 lines
94 B
Bash
Executable file

#!/bin/sh
mkdir -p m4
autoreconf -fiv -Wall || exit
./configure --enable-maintainer-mode "$@"