5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat configure.in | \
|
|
grep "^AC_INIT" | \
|
|
sed 's/AC_INIT(\[ledger\],\[\([^]]*\)\],.*/\1/'
|