mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 04:58:58 +00:00
744851ea2d
This is the inital version of the code from the gnome-contacts wip/sorted branch, just renamed and restructured to work standalone
4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p m4
|
|
autoreconf -fiv -Wall || exit
|
|
./configure --enable-maintainer-mode "$@"
|